class MAGES::Interaction::Editor::ToolInteractorEditor¶
Overview¶
Custom property drawer for ToolInteractor component. More…
class ToolInteractorEditor: public Editor
{
public:
// methods
override VisualElement CreateInspectorGUI();
};
Detailed Documentation¶
Custom property drawer for ToolInteractor component.
Methods¶
override VisualElement CreateInspectorGUI()
Creates the VisualElement for the Inspector of ToolInteractor component.
Returns:
The inspector’s VisualElement.