
Grabber is a Component that is used in a User's hiearchy to allow the user to grab objects. This component is generated internally usually. Interacting with this component dynamically is done through Grabbable ProtoFlux Nodes.
Frooxius mentioned if a foot grabbing tracking device was made for wide consumer use, they would add it as a possible Grabber node. [1]
Fields
Name | Type | Description |
---|---|---|
persistent
|
Bool | Determines whether or not this item will be saved to the server. |
UpdateOrder
|
Int | Controls the order in which this component is updated. |
Enabled
|
Bool | Controls whether or not this component is enabled. Some components stop their functionality when this field is disabled, but some don't. |
AutoUpdateUser
|
User | The user handling updates for this Grabber. |
ReleaseCheckRadius
|
Float | |
CorrespondingBodyNode
|
BodyNode | |
_scaleReference
|
Grabber | The node this hand is associated with. |
_baseScale
|
Float3 | |
_baseDistance
|
Float | |
_holderSlot
|
Slot |
Usage
This component can be triggered to grab things by the user. However, this requires a Component:TrackedHand to be attached under the user, or be part of an avatar spawned onto them. The tracked hand then auto generates this component. However, the component only will grab things when that tracked hand component detects that the user associated with it is trying to grab using the hand side it is assigned to. This does allow for multiple grabbers on the same hand however.
Examples
Used on the user's grab anchor slots on their hands to allow the user to grab things.
See Also
- ↑ This was mentioned in a YouTube video. Citation needed!