Get Finger Type
Body Nodes
Get Finger Segment Type is a ProtoFlux node that returns the FingerType Enum value that describes the provided Node (BodyNode), or -1 if not a finger.
This is a simplified node version of taking a BodyNode, using a To String node on it, and checking it's name contents for one of the FingerType values also fed to a To String
Inputs
Node (BodyNode)
The Body node to check for a finger segment
Outputs
* (FingerType)
The finger segment of the provided Node (BodyNode).
Examples
-
Example of the Get Finger Type node being used in some ProtoFlux code.