Grabbable Parenter is a component that when paired with a [[colliders|collider]] that is not set to a Trigger or StaticTrigger type, it will recieve objects that are released within it's collider.
<!--T:2-->
<!--T:2-->
== Fields ==
== Fields ==
{{Table ComponentFields
{{Table ComponentFields
|ParentUnder|Slot|
|ParentUnder|Slot| The slot to parent objects under instead of the slot this component is on.
|Filter|{{RootFieldType|SyncDelegate`1|[[Type:Func`2|Func`2]]<[[Type:IGrabbable|IGrabbable]], [[Type:Bool|Bool]]>}}|TypeAdv1=true| A [[Sync Delegate]] that takes an [[Type:IGrabbable|IGrabbable]] and returns a [[Type:Bool|boolean]]. If a grabbable returns false when fed into this function, that IGrabbable will not be parented by this component.
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.
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.