template |
add info |
||
Line 3: | Line 3: | ||
|Name=Light Orb | |Name=Light Orb | ||
}} | }} | ||
The '''Light Orb''' component is used as a visual for lights created by the [[Light Tool]]. | |||
== Fields == | == Fields == | ||
{{Table ComponentFields | {{Table ComponentFields | ||
|FlipOnTouch|Bool| | |FlipOnTouch|Bool| Whether this can be toggled by touching a collider on the same slot. | ||
|Light|{{RootFieldType|RelayRef`1|[[Component:Light|Light]]}}|TypeAdv1=true| | |Light|{{RootFieldType|RelayRef`1|[[Component:Light|Light]]}}|TypeAdv1=true| The light to control. | ||
|EmissionColor|{{RootFieldType|FieldDrive`1|[[Type:ColorX|ColorX]]}}|TypeAdv2=true| | |EmissionColor|{{RootFieldType|FieldDrive`1|[[Type:ColorX|ColorX]]}}|TypeAdv2=true| The field to drive to control the emission color of the light. | ||
|AcceptPhysicalTouch|Bool| {{Template:Touchable_AcceptPhysicalTouch}} | |AcceptPhysicalTouch|Bool| {{Template:Touchable_AcceptPhysicalTouch}} | ||
|AcceptRemoteTouch|Bool| {{Template:Touchable_AcceptRemoteTouch}} | |AcceptRemoteTouch|Bool| {{Template:Touchable_AcceptRemoteTouch}} | ||
}} | }} | ||
== Usage == | == Usage == | ||
Not used directly by the user. | |||
== Examples == | == Examples == | ||
* created by the [[Light Tool]]. | |||
== See Also == | == See Also == | ||
* [[Light Tool]] | |||
[[Category:Components:Uncategorized{{#translation:}}|Light Orb]] | [[Category:Components:Uncategorized{{#translation:}}|Light Orb]] | ||
[[Category:Components{{#translation:}}|Light Orb]] | [[Category:Components{{#translation:}}|Light Orb]] | ||
Latest revision as of 17:11, 1 June 2025
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
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
- created by the Light Tool.