class MAGES::CharacterController::Editor::MAGESCharacterControllerEditor

Overview

Custom property drawer for Grabbable component. More…

class MAGESCharacterControllerEditor: public Editor
{
public:
    // methods

    override VisualElement CreateInspectorGUI();
};

Detailed Documentation

Custom property drawer for Grabbable component.

Methods

override VisualElement CreateInspectorGUI()

Creates the VisualElement for the Inspector of MAGESCharacterController component.

Returns:

The inspector’s VisualElement.