The CameraVisibility
class describes whether or not an object is visible from various camera views.
Property | Description |
---|---|
forBackCamera | (get) forBackCamera: BoolSignal Specifies whether the object is visible when the back camera is the active one. |
forFrontCamera | (get) forFrontCamera: BoolSignal Specifies whether the object is visible when the front camera is the active one. |
forUnspecifiedCamera | (get) forUnspecifiedCamera: BoolSignal Specifies whether the object is visible when the active camera couldn't be specified. |
This module exposes no methods.