Namespace Unity.AppUI.Editor
Classes
AppUIBuildSetup
Unity build processor to add AppUISettings object to preloaded assets.
AppUISetup
This class is used to add the App UI Shaders to the GraphicsSettings PreloadedShaders list.
DirDrawer
Draws the Inspector GUI for an optional dir property
OptionalColorDrawer
Draws the Inspector GUI for an optional color property
OptionalDirDrawer
Draws the Inspector GUI for an optional layout direction property
OptionalDoubleDrawer
Draws the Inspector GUI for an optional double property
OptionalEnumPropertyDrawer<T>
Draws the Inspector GUI for an optional enum property
OptionalFloatDrawer
Draws the Inspector GUI for an optional float property
OptionalIntDrawer
Draws the Inspector GUI for an optional integer property
OptionalLongDrawer
Draws the Inspector GUI for an optional long property
OptionalPreferredTooltipPlacementDrawer
Draws the Inspector GUI for an optional preferred tooltip placement property
OptionalPropertyDrawer<T, TU>
Draws the Inspector GUI for an optional property
OptionalRectDrawer
Draws the Inspector GUI for an optional rect property
OptionalScaleDrawer
Draws the Inspector GUI for an optional scale property
OptionalStringDrawer
Draws the Inspector GUI for an optional string property
OptionalThemeDrawer
Draws the Inspector GUI for an optional theme property
OptionalValuePropertyDrawer<T, TU>
Draws the Inspector GUI for an optional value property
ScaleDrawer
Draws the Inspector GUI for a scale property
ScaleField
Custom Field for Panel.scale and scaleOverride property.
StoryBookBooleanProperty
This class defines a boolean property for a StoryBookComponent.
StoryBookComponent
A StoryBookComponent is a component that can be used as a StoryBookPage.
StoryBookComponentProperty
This class defines a property for a StoryBookComponent.
StoryBookEnumProperty<T>
This class defines a Enum property for a StoryBookComponent.
StoryBookFloatProperty
This class defines a float property for a StoryBookComponent.
StoryBookPage
A StoryBookPage is a page that can be used inside a StoryBook.
StoryBookStory
A StoryBookStory is a story that can be used inside a StoryBookPage.
StoryBookStringProperty
This class defines a string property for a StoryBookComponent.
Storybook
A StoryBook is a window that allows to preview the UI elements of the App UI package.
ThemeDrawer
Draws the Inspector GUI for a theme property
ThemeField
Custom Field for Panel.theme and themeOverride property.