Revision as of 18:46, 22 May 2025 by 989onan(talk | contribs)(TODO: the "thing" is not a good name for the objects grabbed from inspector value/ref fields)
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 value that allow grabbing values and dropping them into other inspectors. The thing that is acquired by grabbing uses this component.