Wearable OnlyWearable OnlyadaptiveIf true, the composition layer's render resolution is dynamically scaled based on the projected screen-space size of the layer in the main camera's view.
Wearable OnlyadaptiveThe final render resolution will be rounded to the nearest higher multiple of this value. Only used if adaptiveResolutionEnabled is true.
Wearable OnlyadaptiveThe scaler for adaptive resolution. The final render resolution will be the composition layer's screen size multiplied by this scaler. Only used if adaptiveResolutionEnabled is true.
If disabled, the Component will stop enacting its behavior.
ReadonlyisReturns true if this Component is currently being destroyed. Becomes true as soon as
destruction begins via Component#destroy or destruction of its owning SceneObject,
before any OnDestroyEvent callbacks fire.
ReadonlyisReturns true if this Component, its SceneObject, and all of that SceneObjects parents are enabled.
ReadonlysceneThe SceneObject this component is on.
ReadonlyuniqueWearable OnlyupdateControls when the composition layer should be (re-)rendered - by default Visibility.
Destroys the component.
Returns the SceneObject the component is attached to.
Returns the Transform this component is attached to.
StaticgetReturns the name of this object's type.
Returns true if the object matches or derives from the passed in type.
Returns true if this object is the same as other. Useful for checking if two references point to the same thing.
Controls the rendering behavior of a composition layer, including when it should be re-rendered and adaptive resolution settings.
Since
Lens Scripting Version 370