Automated: create new component page |
template |
||
Line 5: | Line 5: | ||
{{stub}} | {{stub}} | ||
== | == Fields == | ||
{{Table ComponentFields | {{Table ComponentFields | ||
|FlipOnTouch|Bool| | |FlipOnTouch|Bool| | ||
|Light|{{RootFieldType|RelayRef`1|[[Component:Light|Light]]}}|TypeAdv1=true| | |Light|{{RootFieldType|RelayRef`1|[[Component:Light|Light]]}}|TypeAdv1=true| | ||
|EmissionColor|{{RootFieldType|FieldDrive`1|[[Type:ColorX|ColorX]]}}|TypeAdv2=true| | |EmissionColor|{{RootFieldType|FieldDrive`1|[[Type:ColorX|ColorX]]}}|TypeAdv2=true| | ||
|AcceptPhysicalTouch|Bool| | |AcceptPhysicalTouch|Bool| {{Template:Touchable_AcceptPhysicalTouch}} | ||
|AcceptRemoteTouch|Bool| | |AcceptRemoteTouch|Bool| {{Template:Touchable_AcceptRemoteTouch}} | ||
}} | }} | ||
== | == Usage == | ||
== Examples == | == Examples == |
Revision as of 17:21, 21 January 2025
Component image 
Light Orb component as seen in the Scene Inspector

This article or section is a stub. You can help the Resonite wiki by expanding it.
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 | |
Light
|
direct RelayRef`1<Light> | |
EmissionColor
|
field drive of ColorX | |
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. |