Class HubSubWindow
A sub section of the AQA Hub Window.
Namespace: Global Namespace
Syntax
public abstract class HubSubWindow
Methods
Init()
Set up this HubSubWindow window. Called when the HubSubWindow is created.
Declaration
public abstract void Init()
OnGUI()
Called from the main Hub Editor Window OnGUI method.
Declaration
public abstract void OnGUI()
SetUpView(ref VisualElement)
Render this HubSubWindow.
Declaration
public abstract void SetUpView(ref VisualElement baseRoot)
Parameters
Type | Name | Description |
---|---|---|
VisualElement | baseRoot | The Base Root VisualElement of the main Hub Window. |