Component:FieldDriveReceiver

From Resonite Wiki
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