Class Inspector<T>
Base class for defining a custom inspector for values of type T.
Inherited Members
Namespace: Unity.Properties.UI
Assembly: Unity.Properties.UI.Editor.dll
Syntax
public abstract class Inspector<T> : InspectorBase<T>
Type Parameters
| Name | Description |
|---|---|
| T | The type of the value to inspect. |