Transparency rendering mode currently active for a given scene/canvas.
'standard': default rendering, as if no custom rendering pipeline is used.
Components apply their default self-transparency workarounds.
'oit': an order-independent-transparency pipeline (e.g. OITRenderPass)
is active. Components should disable workarounds that conflict with OIT (such as
depth-only mask passes) and let the pipeline resolve transparency.
Transparency rendering mode currently active for a given scene/canvas.
'standard': default rendering, as if no custom rendering pipeline is used. Components apply their default self-transparency workarounds.'oit': an order-independent-transparency pipeline (e.g. OITRenderPass) is active. Components should disable workarounds that conflict with OIT (such as depth-only mask passes) and let the pipeline resolve transparency.