The '''ReferenceDriveReceiver''' component is used to allow dropping a reference proxy via the user's hand onto a UIX element to trigger the prompt for driving a reference field. This requires a UIX button to work.
|Reference|'''[[Type:SyncRef`1|SyncRef`1]]<T>'''|TypeAdv0=true| The field this should allow an option to drive for when a reference is dropped onto the UIX element this is on.
}}
}}
== Behavior ==
== Usage ==
Attach to a slot as part of a [[Component:Canvas]] hierarchy with a [[Component:Button]] in the same slot. Provide a value for <code>Reference</code> for it to start working.
== Examples ==
== Examples ==
Used in [[Scene Inspector]]s to allow for driving reference fields by dragging and dropping references.
Reference Drive Receiver`1 component as seen in the Scene Inspector
The ReferenceDriveReceiver component is used to allow dropping a reference proxy via the user's hand onto a UIX element to trigger the prompt for driving a reference field. This requires a UIX button to work.
The field this should allow an option to drive for when a reference is dropped onto the UIX element this is on.
Usage
Attach to a slot as part of a Component:Canvas hierarchy with a Component:Button in the same slot. Provide a value for Reference for it to start working.
Examples
Used in Scene Inspectors to allow for driving reference fields by dragging and dropping references.