class MAGES::Interaction::Editor::HandPoseEditor¶
Overview¶
A custom editor for visualizing the handposes. More…
class HandPoseEditor: public Editor
{
public:
// methods
override bool HasPreviewGUI();
void OnEnable();
void OnDisable();
override void OnPreviewGUI(Rect r, GUIStyle background);
override Texture2D RenderStaticPreview(
string assetPath,
Object[] subAssets,
int width,
int height
);
};
Detailed Documentation¶
A custom editor for visualizing the handposes.
Methods¶
void OnEnable()
Unity’s OnEnable method.
void OnDisable()
Unity’s OnDisable method.