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.
DateConverter
UXML attribute converter for Date values.
DateRangeConverter
UXML attribute converter for DateRange values.
DirDrawer
Draws the Inspector GUI for an optional dir property
OptionalColorConverter
UXML attribute converter for optional Color values.
OptionalColorDrawer
Draws the Inspector GUI for an optional color property
OptionalConverter<T>
Base UXML attribute converter for Optional<T> values.
OptionalDirConverter
UXML attribute converter for optional Dir values.
OptionalDirDrawer
Draws the Inspector GUI for an optional layout direction property
OptionalDoubleConverter
UXML attribute converter for optional double values.
OptionalDoubleDrawer
Draws the Inspector GUI for an optional double property
OptionalEnumConverter<T>
Base UXML attribute converter for OptionalEnum<T> values.
OptionalEnumPropertyDrawer<T>
Draws the Inspector GUI for an optional enum property
OptionalFloatConverter
UXML attribute converter for optional float values.
OptionalFloatDrawer
Draws the Inspector GUI for an optional float property
OptionalIntConverter
UXML attribute converter for optional int values.
OptionalIntDrawer
Draws the Inspector GUI for an optional integer property
OptionalLongConverter
UXML attribute converter for optional long values.
OptionalLongDrawer
Draws the Inspector GUI for an optional long property
OptionalPopoverPlacementConverter
UXML attribute converter for optional PopoverPlacement values.
OptionalPreferredTooltipPlacementDrawer
Draws the Inspector GUI for an optional preferred tooltip placement property
OptionalPropertyDrawer<T, TU>
Draws the Inspector GUI for an optional property
OptionalRectConverter
UXML attribute converter for optional Rect values.
OptionalRectDrawer
Draws the Inspector GUI for an optional rect property
OptionalScaleDrawer
Draws the Inspector GUI for an optional scale property
OptionalStringConverter
UXML attribute converter for optional string values.
OptionalStringDrawer
Draws the Inspector GUI for an optional string property
OptionalThemeDrawer
Draws the Inspector GUI for an optional theme property
OptionalValueConverter<T>
UXML attribute converter for Optional<T> values whose wrapped type is a comparable, formattable value type.
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.