Namespace SoyWar.UIToolkit.Editor.GameObject
Classes
BoundsFieldEditor
Class to create a newBoundsFieldGameObject in the editor. (Since Unity 2022.2)
BoundsIntFieldEditor
Class to create a newBoundsIntFieldGameObject in the editor. (Since Unity 2022.2)
ButtonEditor
Class to create a newButtonGameObject in the editor.
DoubleFieldEditor
Class to create a newDoubleFieldGameObject in the editor. (Since Unity 2022.2)
DropdownFieldEditor
Class to create a newDropdownFieldGameObject in the editor.
EnumFieldEditor
Class to create a newEnumFieldGameObject in the editor. (Since Unity 2022.2)
FloatFieldEditor
Class to create a newFloatFieldGameObject in the editor. (Since Unity 2022.2)
FoldoutEditor
Class to create a newFoldoutGameObject in the editor.
GroupBoxEditor
Class to create a newGroupBoxGameObject in the editor.
Hash128FieldEditor
Class to create a newHash128FieldGameObject in the editor. (Since Unity 2022.2)
IMGUIContainerEditor
Class to create a newIMGUIContainerGameObject in the editor.
IntegerFieldEditor
Class to create a newIntegerFieldGameObject in the editor. (Since Unity 2022.2)
LabelEditor
Class to create a newLabelGameObject in the editor.
ListViewEditor
Class to create a newListViewGameObject in the editor.
LongFieldEditor
Class to create a newLongFieldGameObject in the editor. (Since Unity 2022.2)
MinMaxSliderEditor
Class to create a newMinMaxSliderGameObject in the editor.
ProgressBarEditor
Class to create a newProgressBarGameObject in the editor.
RadioButtonEditor
Class to create a newRadioButtonGameObject in the editor.
RadioButtonGroupEditor
Class to create a newRadioButtonGroupGameObject in the editor.
RectFieldEditor
Class to create a newRectFieldGameObject in the editor. (Since Unity 2022.2)
RectIntFieldEditor
Class to create a newRectIntFieldGameObject in the editor. (Since Unity 2022.2)
ScrollViewEditor
Class to create a newScrollViewGameObject in the editor.
ScrollerEditor
Class to create a newScrollerGameObject in the editor.
SliderEditor
Class to create a newSliderGameObject in the editor.
SliderIntEditor
Class to create a newSliderIntGameObject in the editor.
TemplateContainerEditor
Class to create a newTemplateContainerGameObject in the editor.
TextFieldEditor
Class to create a newTextFieldGameObject in the editor.
ToggleEditor
Class to create a newToggleGameObject in the editor.
TreeViewEditor
Class to create a newTreeViewGameObject in the editor. (Since Unity 2022.2)
UIToolkitGameObjectEditor<TComponent, TElement>
Base class to create a new UI Toolkit GameObject in the editor.
Vector2FieldEditor
Class to create a newVector2FieldGameObject in the editor. (Since Unity 2022.2)
Vector2IntFieldEditor
Class to create a newVector2IntFieldGameObject in the editor. (Since Unity 2022.2)
Vector3FieldEditor
Class to create a newVector3FieldGameObject in the editor. (Since Unity 2022.2)
Vector3IntFieldEditor
Class to create a newVector3IntFieldGameObject in the editor. (Since Unity 2022.2)
Vector4FieldEditor
Class to create a newVector4FieldGameObject in the editor. (Since Unity 2022.2)
VisualElementEditor
Class to create a newVisualElementGameObject in the editor.