Class PropertyInspector<TValue>
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> : InspectorBase<TValue>
Type Parameters
Name | Description |
---|---|
TValue | The type of the field value to inspect. |