Component:LightGizmo

From Resonite Wiki
Component image 
File:LightGizmoComponent.png
Light Gizmo component as seen in the Scene Inspector


This article or section is a Stub. You can help the Resonite Wiki by expanding it.


Usage

Fields
Name Type Description
persistent Bool Determines whether or not this item will be saved to the server.
UpdateOrder Int Controls the order in which this component is updated.
Enabled Bool Controls whether or not this component is enabled.
Active Bool
_target direct RelayRef`1<Light>
_pointIconActive field drive of Bool
_spotIconActive field drive of Bool
_directionalIconActive field drive of Bool
_pointActive field drive of Bool
_spotActive field drive of Bool
_directionalActive field drive of Bool
_pointGizmo SphereGizmo
_spotGizmo ConeGizmo
_dirGizmo VectorGizmo
_iconMaterial direct DriveRef`1<OverlayFresnelMaterial>

Behavior

Examples

See Also