Class UIToolkitGameObjectEditor<TComponent, TElement>
Related to:SoyWar.UIToolkit.Editor.GameObject
/
Inherits from:objectObjectScriptableObjectEditor
/
Implemented in:SoyWar.UIToolkit.Editor.dll
Description
Base class to create a new UI Toolkit GameObject in the editor.
Syntax
public class UIToolkitGameObjectEditor<TComponent, TElement> : Editor where TComponent : UIToolkitComponent<TElement> where TElement : VisualElement
Type Parameters
Name | Description |
---|---|
TComponent | Class based on UI Toolkit Component |
TElement | Generic type of the UI Toolkit Component |
Methods
Name | Description |
---|---|
CreateGameObject(MenuCommand) | Create a new UI Toolkit GameObject. |