Component:FieldDriveReceiver: Difference between revisions

From Resonite Wiki
Automated: create new component page
 
add info
 
Line 3: Line 3:
|Name=Field Drive Receiver`1
|Name=Field Drive Receiver`1
}}
}}
{{stub}}
The '''FieldDriveReceiver''' component is used to handle the dropping of field names onto other field names in order to drive one with the other in inspectors, otherwise known as [[Drives]]. This is used as an interactable [[UIX]] element.


== Usage ==
== Fields ==
{{Table ComponentFields
{{Table ComponentFields
|Field|'''[[Type:IField`1|IField`1]]<T>'''|TypeAdv0=true|
|Field|'''[[Type:IField`1|IField`1]]<T>'''|TypeAdv0=true| The field to expose to dropping other field names onto it for driving.
}}
}}


== Behavior ==
== Usage ==
{{stub}}


== Examples ==
== Examples ==
Used in the Inspector to handle field name driving as explained in [[Drives]]


== See Also ==
== See Also ==
* [[Drives]]
* [[Scene Inspector]]


[[Category:Components:Uncategorized{{#translation:}}|Field Drive Receiver`1]]
[[Category:Components:Uncategorized{{#translation:}}|Field Drive Receiver`1]]
[[Category:Components{{#translation:}}|Field Drive Receiver`1]]
[[Category:Components{{#translation:}}|Field Drive Receiver`1]]
[[Category:Generic Components{{#translation:}}|Field Drive Receiver`1]]
[[Category:Generic Components{{#translation:}}|Field Drive Receiver`1]]
[[Category:ComponentStubs]]

Latest revision as of 18:33, 17 February 2025

Component image 
Field Drive Receiver`1 component as seen in the Scene Inspector

The FieldDriveReceiver component is used to handle the dropping of field names onto other field names in order to drive one with the other in inspectors, otherwise known as Drives. This is used as an interactable UIX element.

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.
Field IField`1<T> The field to expose to dropping other field names onto it for driving.

Usage

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

Examples

Used in the Inspector to handle field name driving as explained in Drives

See Also