Component:GrabbableParenter

From Resonite Wiki
Revision as of 17:00, 2 February 2025 by 989onan (talk | contribs) (add more info)


This article or section is a Stub. You can help the Resonite Wiki by expanding it.

Component image 
Grabbable Parenter component as seen in the Scene Inspector

Grabbable Parenter is a component that when paired with a collider that is not set to a Trigger or StaticTrigger type, it will recieve objects that are released within it's collider. This is a volume based alternative to Grabbable Receiver Surface.

Fields

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.
ParentUnder Slot The slot to parent objects under instead of the slot this component is on.
Filter delegate of identity Func`2<IGrabbable, Bool> A Sync Delegate that takes an IGrabbable and returns a boolean. If a grabbable returns false when fed into this function, that IGrabbable will not be parented by this component.

Usage

Examples

See Also