Namespace Unity.Properties.UI
Classes
CreateElementOnAddAttribute
Tag a collection field or a property to try to create an instance when adding a new element to the collection.
CreateInstanceOnInspectionAttribute
Tag a field or a property to try to create a new instance if it is null.
Inspector<T>
Base class for defining a custom inspector for values of type
InspectorOptionsAttribute
Allows to configure how the UI hierarchy is generated.
MinMaxAttribute
Tag a
PaginationAttribute
Tag a list field or property to add pagination.
PropertyDrawer<TValue, TAttribute>
Base class for defining a custom inspector for field values of type
PropertyElement
Makes an element that can generate a UI hierarchy for a given target.
Delegates
PropertyElement.AttributeFilterHandler
Handler to filter visitation based on a field's attribute.
PropertyElement.ChangeHandler
Handler to react to changes.