Class TypeInspector<T>
Base inspector class for Type searcher field.
Inherited Members
Namespace: Unity.Build.Editor
Assembly: solution.dll
Syntax
public abstract class TypeInspector<T> : Inspector<T>
Type Parameters
Name | Description |
---|---|
T | Type to populate the searcher with. |
Properties
Name | Description |
---|---|
Searcher |
The title displayed on the searcher window. |
Type |
A function that returns the display category name of the type. |
Type |
A function that returns whether or not the type should be filtered. |
Type |
A function that returns the display name of the type. |