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 |
---|---|---|
Dots |
type | The player type. |
Visual |
rootElement | The root element for the UI. |