Class TypeInspector<T>
Base inspector class for Type searcher field.
Inherited Members
Inspector<T>.IsPathValid(PropertyPath)
Inspector<T>.DoDefaultGui(VisualElement, PropertyPath)
Inspector<T>.DoDefaultGuiAtKey<TKey>(VisualElement, TKey)
Inspector<T>.NotifyChanged()
Inspector<T>.Target
Inspector<T>.Name
Inspector<T>.Part
Inspector<T>.Tooltip
Inspector<T>.IsDelayed
Inspector<T>.IsReadOnly
Inspector<T>.PropertyPath
Inspector<T>.Type
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 |
---|---|
Title | The title displayed on the searcher window. |
TypeCategory | A function that returns the display category name of the type. |
TypeFilter | A function that returns whether or not the type should be filtered. |
TypeIcon | A function that returns the display icon of the type. |
TypeName | A function that returns the display name of the type. |
Methods
Name | Description |
---|---|
Build() | |
Update() |