class MAGES::Interaction::Editor::MAGESInteractionSystemEditor¶
Overview¶
Custom editor for MAGES Interaction System. More…
class MAGESInteractionSystemEditor: public Editor
{
public:
// methods
override VisualElement CreateInspectorGUI();
};
Detailed Documentation¶
Custom editor for MAGES Interaction System.
Methods¶
override VisualElement CreateInspectorGUI()
Creates the VisualElement for the Inspector of InteractionSystemModule.
Returns:
The inspector’s VisualElement.