enum MAGES::Experimental::SceneGraph::HoldBehavior::HoldMethodEnum¶
Overview¶
Hand(s) or object used to hold. More…
enum HoldMethodEnum
{
LeftHand,
RightHand,
AnyHand,
BothHands,
Tool,
};
Detailed Documentation¶
Hand(s) or object used to hold.
Enum Values¶
LeftHand
Use the left hand.
RightHand
Use the right hand.
AnyHand
Use any hand.
BothHands
Use both hands.
Tool
Use a tool.