The grabbable behavior of inspector value that allow grabbing values and dropping them into other inspectors. The thing that is acquired by grabbing uses this component.
The grabbable behavior of inspector values that allow grabbing values and dropping them into other inspectors. Known as proxy UIs, they also use this component.
== See Also ==
== See Also ==
Latest revision as of 00:38, 23 May 2025
Component image
Value Field Proxy`1 component as seen in the Scene Inspector
The Value Field Proxy component is used to make a field accessible via grabbing when paired with a grabbable. See #Usage for more info.
The field to relay into the grabbable behavior this component has when paired with a grabbable.
Usage
Used to make a grabbable object able to put a value into a field. This can be done by clicking with or letting go of the object while holding it and pointing at a collider that can recieve it. Examples of recievers include inspector fields, text fields, and number fields. These objects achieve this by using a ValueReceiver.
Examples
The grabbable behavior of inspector values that allow grabbing values and dropping them into other inspectors. Known as proxy UIs, they also use this component.