|Source|'''[[Type:IField`1|IField`1]]<T>'''|TypeAdv0=true| The field to relay into the grabbable behavior this component has when paired with a grabbable.
}}
}}
== Behavior ==
== 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 [[Component:ValueReceiver|ValueReceiver]].
== Examples ==
== 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.
== See Also ==
== See Also ==
* [[Component:ValueReceiver]]
[[Category:Components:Uncategorized{{#translation:}}|Value Field Proxy`1]]
[[Category:Components:Uncategorized{{#translation:}}|Value Field Proxy`1]]
[[Category:Components{{#translation:}}|Value Field Proxy`1]]
[[Category:Components{{#translation:}}|Value Field Proxy`1]]
[[Category:Generic Components{{#translation:}}|Value Field Proxy`1]]
[[Category:Generic Components{{#translation:}}|Value Field Proxy`1]]
[[Category:ComponentStubs]]
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.