Is Grabbable Receivable
Grabbable
Is Grabbable Grabbed is a ProtoFlux node that gets whether or not an IGrabbable is able to be received. This only really applies to the Grabbable component since it is the only IGrabbable that can return a true value.
Receivable determines if a grabbable can be dropped onto a GrabbableReceiverSurface when let go of. The receivable has to be close enough for the receiver to receive it.
Inputs
Grabbable (IGrabbable)
The grabbable to check the receivable capabilities for.
Outputs
* (bool)
Whether Grabbable (IGrabbable) is receivable or not.
Examples
-
An example of Is Grabbable Receivable being used in some ProtoFlux code.