Class PropertyInspector<TValue, TAttribute>
Base class for defining a custom inspector for field values of type TValue when it is tagged with an attribute of type TAttribute.
Inherited Members
Namespace: Unity.Properties.UI
Assembly: Unity.Properties.UI.Editor.dll
Syntax
public abstract class PropertyInspector<TValue, TAttribute> : InspectorBase<TValue> where TAttribute : PropertyAttribute
Type Parameters
Name | Description |
---|---|
TValue | The type of the field value to inspect. |
TAttribute | The property drawer type. |
Properties
DrawerAttribute
Returns the PropertyAttribute of the field.
Declaration
protected TAttribute DrawerAttribute { get; }
Property Value
Type | Description |
---|---|
TAttribute |