class MAGES::GenericIK::Editor::MAGESGenericControllerEditor

Overview

Custom Unity editor for the MAGESGenericController component. More…

class MAGESGenericControllerEditor: public UnityEditor.Editor
{
public:
    // methods

    void OnEnable();
    override void OnInspectorGUI();
};

Detailed Documentation

Custom Unity editor for the MAGESGenericController component.

Methods

void OnEnable()

Stores the previous root and end effector for configuring the joint tree automatically.

override void OnInspectorGUI()

Fields that appear in the editor.