class MAGES::Interaction::Editor::HandPoseCreatorWindow¶
Overview¶
A window to help the user create new handposes for Grabbable objects. More…
class HandPoseCreatorWindow: public EditorWindow
{
public:
// properties
UnityAction<HandPose> OnHandPoseCreated;
// methods
static HandPoseCreatorWindow ShowWindowForGrabbable(Grabbable g);
static void ShowWindow();
};
Detailed Documentation¶
A window to help the user create new handposes for Grabbable objects.
See also:
HandPose, FingerPose, HandPoser, FingerPoser, Grabbable
Properties¶
UnityAction<HandPose> OnHandPoseCreated
Gets or sets the UnityAction to call when a handpose is created.
Methods¶
static HandPoseCreatorWindow ShowWindowForGrabbable(Grabbable g)
Shows the window to edit a pose for a grabbable. The grabbable field will be set to the given grabbable.
Parameters:
g |
The grabbable to create a pose for. |
Returns:
The handpose creator window.
static void ShowWindow()
Shows the window to edit a generic hand pose.