Class AssetSelectionInputRuleEditor
Custom inspector for configuring AssetSelectionInputRule assets.
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: AutoGroupGenerator
Assembly: Unity.AutoGroupGenerator.Editor.dll
Syntax
[CustomEditor(typeof(AssetSelectionInputRule))]
public class AssetSelectionInputRuleEditor : Editor
Methods
| Name | Description |
|---|---|
| OnInspectorGUI() | Draws the custom inspector UI for the asset selection rule. |