m Made the example video embedded, also fixed a typo.
Line 7:
Line 7:
|Name=Grabbable Parenter
|Name=Grabbable Parenter
}}
}}
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 [[Component:GrabbableReceiverSurface|Grabbable Receiver Surface]].
Grabbable Parenter is a component that when paired with a [[collider]] that is not set to a Trigger or StaticTrigger type, it will receive objects that are released within it's collider. This is a volume based alternative to [[Component:GrabbableReceiverSurface|Grabbable Receiver Surface]].
<!--T:2-->
<!--T:2-->
Line 22:
Line 22:
<!--T:4-->
<!--T:4-->
== Examples ==
== Examples ==
* [https://www.youtube.com/watch?v=sEAePnKuXGk GrabbableParenter] by [[User:ProbablePrime|ProbablePrime]]
[[User:ProbablePrime|ProbablePrime]]'s tutorial on GrabbableParenter:
<youtube>sEAePnKuXGk</youtube>
<!--T:5-->
<!--T:5-->
Latest revision as of 23:39, 26 February 2025
This article or section is a Stub. You can help the Resonite Wiki by expanding it.
Grabbable Parenter is a component that when paired with a collider that is not set to a Trigger or StaticTrigger type, it will receive objects that are released within it's collider. This is a volume based alternative to Grabbable Receiver Surface.
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.