CameraVisibility

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

Properties

Property
Description
forBackCamera
(get) forBackCamera: BoolValue (set) forBackCamera: BoolSignal
Specifies whether the object is visible when the back camera is the active one.
forFrontCamera
(get) forFrontCamera: BoolValue (set) forFrontCamera: BoolSignal
Specifies whether the object is visible when the front camera is the active one.
forUnspecifiedCamera
(get) forUnspecifiedCamera: BoolValue (set) forUnspecifiedCamera: BoolSignal
Specifies whether the object is visible when the active camera couldn't be specified.

Methods

This module exposes no methods.
Last modified 3yr ago