class MAGES::Interaction::Interactables::Grabbable::HandPoseGroup¶
Overview¶
A group for storing two handposes. More…
class HandPoseGroup
{
public:
// properties
HandPose SelectPose;
HandPose ActivatePose;
};
Detailed Documentation¶
A group for storing two handposes.
Properties¶
HandPose SelectPose
Gets or sets the handpose responsible for grabbing.
HandPose ActivatePose
Gets or sets the handpose responsible for activating.