|CustomCanGrabCheck|GrabCheck| ''Not Usable inside Resonite'' Requires a mod for interacting with [[Sync Delegates]]
|CustomCanGrabCheck|{{RootFieldType|SyncDelegate`1|[[Type:GrabCheck|GrabCheck]]}}|TypeAdv5=true| ''Not Usable inside Resonite'' Requires a mod for interacting with [[Sync Delegates]]
|EditModeOnly|Bool| Determines if this grabbable is effective only in [[Edit Mode]]
|EditModeOnly|Bool| Determines if this grabbable is effective only in [[Edit Mode]]
|AllowSteal|Bool| Other users can grab the slot this component is attached to.
|AllowSteal|Bool| Other users can grab the slot this component is attached to.
|DropOnDisable|Bool| The parent slot will be dropped when this component is disabled.
|DropOnDisable|Bool| The parent slot will be dropped when this component is disabled.
|ActiveUserFilter|ActiveUserHandling|
|ActiveUserFilter|ActiveUserHandling|
|OnlyUsers|UserRef| A list of users that are allowed to grab this slot.
|OnlyUsers|{{RootFieldType|SyncList`1|[[Type:UserRef|UserRef]]}}|TypeAdv10=true| A list of users that are allowed to grab this slot.
|Scalable|Bool| The parent slot can be scaled
|Scalable|Bool| The parent slot can be scaled
|Receivable|Bool| The parent slot can be dropped onto a [[GrabbableReceiverSurface (Component)|GrabbableReceiverSurface]]
|Receivable|Bool| The parent slot can be dropped onto a [[GrabbableReceiverSurface (Component)|GrabbableReceiverSurface]]
|AllowOnlyPhysicalGrab|Bool| Only allow grab an object with a physical interaction - remote grabs are not allowed
|AllowOnlyPhysicalGrab|Bool| Only allow grab an object with a physical interaction - remote grabs are not allowed
Determines what gets grabbed if several grabbable objects are touching someone's grab sphere. The IGrabbable with the highest priority will be grabbed first. If the highest priority ties with another IGrabbable, it will grab both of those and ignore any lower priority IGrabbables.
When released, the following will be evaluated, in order:
If ReparentOnRelease is true, the slot will be parented to the value in _lastParent
If PreserveUserSpace and _lastParentIsUserSpace is true, the slot will be parented to Local User Space
If an Grabbable Extension exists above this component in the hierarchy, and it is within the MaxDepth specified in the block, the slot will be parented to Local User Space
Otherwise, the slot is parented to root.
You can drive the scale of a Grabbable object if the Scalable boolean is false.
Examples
This article or section is a Stub. You can help the Resonite Wiki by expanding it.