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.