Component:LightOrb

From Resonite Wiki
Component image 
Light Orb component as seen in the Scene Inspector

The Light Orb component is used as a visual for lights created by the Light Tool.

Fields

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. Some components stop their functionality when this field is disabled, but some don't.
FlipOnTouch Bool Whether this can be toggled by touching a collider on the same slot.
Light direct RelayRef`1<Light> The light to control.
EmissionColor field drive of ColorX The field to drive to control the emission color of the light.
AcceptPhysicalTouch Bool Whether to allow Component:TipTouchSources to interact with/activate this component.
AcceptRemoteTouch Bool Whether this component allows interaction via the user's interaction laser.

Usage

Not used directly by the user.

Examples

See Also