Scripting API
SceneModule
CameraVisibility

CameraVisibility

The CameraVisibility class describes whether or not an object is visible from various camera views.

Example

Properties

PropertyDescription
forBackCamera
(get) forBackCamera: BoolSignal
(set) forBackCamera: BoolSignal


Specifies whether the object is visible when the back camera is the active one.
forFrontCamera
(get) forFrontCamera: BoolSignal
(set) forFrontCamera: BoolSignal


Specifies whether the object is visible when the front camera is the active one.
forUnspecifiedCamera
(get) forUnspecifiedCamera: BoolSignal
(set) forUnspecifiedCamera: BoolSignal


Specifies whether the object is visible when the active camera couldn't be specified.

Methods

This module exposes no methods.