class MAGES::Interaction::Editor::GrabbableEditor

Overview

Custom property drawer for Grabbable component. More…

class GrabbableEditor: public UnityEditor.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 Grabbable component.

Returns:

The inspector’s VisualElement.