class MAGES::Interaction::Editor::HandPoseEditorWindow

Overview

A window to help the user create new handposes for Grabbable objects. More…

class HandPoseEditorWindow: public EditorWindow
{
public:
    // methods

    static void 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

Methods

static void 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.

static void ShowWindow()

Shows the window to edit a generic hand pose.