Class ThemeDrawer
Draws the Inspector GUI for a theme property
Inherited Members
Namespace: Unity.AppUI.Editor
Assembly: Unity.AppUI.Editor.dll
Syntax
[CustomPropertyDrawer(typeof(ThemeDrawerAttribute))]
public class ThemeDrawer : PropertyDrawer
Methods
CreatePropertyGUI(SerializedProperty)
Creates custom GUI with UI Toolkit for the property.
Declaration
public override VisualElement CreatePropertyGUI(SerializedProperty property)
Parameters
Type | Name | Description |
---|---|---|
SerializedProperty | property | The SerializedProperty to make the custom GUI for. |
Returns
Type | Description |
---|---|
VisualElement | The element containing the custom GUI. |