Wearable OnlyWearable OnlyAlwaysThe composition layer is re-rendered unconditionally every frame.
Wearable OnlyInteractionThe composition layer is re-rendered when a hand targeting ray intersects its layer geometry.
Wearable OnlyManualThe composition layer is re-rendered only when explicitly requested via CompositionLayerRenderComponent#requestRender.
Wearable OnlyOnceThe composition layer is rendered exactly once on the first frame after activation and never again unless the mode is reset.
Wearable OnlyVisibilityThe composition layer is re-rendered when it is visible within the main camera's frustum.
Determines when a composition layer should be (re-)rendered. Values are combinable bit flags — multiple modes can be OR'd together so the layer re-renders when any of the conditions is met.
Since
Lens Scripting Version 370