Class MaterialOverrideAssetEditor
Represents the Inspector UI for a material override asset.
Inherited Members
Editor.MoveNextTarget()
Object.FindObjectsByType<T>(FindObjectsSortMode)
Object.FindObjectsByType<T>(FindObjectsInactive, FindObjectsSortMode)
Object.FindFirstObjectByType<T>()
Object.FindAnyObjectByType<T>()
Object.FindFirstObjectByType<T>(FindObjectsInactive)
Object.FindAnyObjectByType<T>(FindObjectsInactive)
Namespace: Global Namespace
Assembly: solution.dll
Syntax
[CustomEditor(typeof(MaterialOverrideAsset))]
public class MaterialOverrideAssetEditor : Editor
Methods
Name | Description |
---|---|
OnInspectorGUI() | Draws the custom inspector for the material override asset. |