Class PropertyDrawer<TValue, TAttribute>
Base class for defining a custom inspector for field values of type 
Inherited Members
Namespace: Unity.Properties.UI
Syntax
public abstract class PropertyDrawer<TValue, TAttribute> : Inspector<TValue>, IInspector<TValue>, IInspector, IPropertyDrawer<TAttribute>, IPropertyDrawer 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 |