Method OnActivate
OnActivate(PlayerType, VisualElement)
Create the UI of the asset in the project settings window.
Declaration
public abstract void OnActivate(DotsGlobalSettings.PlayerType type, VisualElement rootElement)
Parameters
Type | Name | Description |
---|---|---|
DotsGlobalSettings.PlayerType | type | The player type. |
VisualElement | rootElement | The root element for the UI. |