class MAGES::Interaction::Editor::HandInteractorEditor

Overview

Custom property drawer for Grabbable component. More…

class HandInteractorEditor: 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 HandInteractor component.

Returns:

The inspector’s VisualElement.