Class LightAnchorEditor
LightAnchorEditor represent the inspector for the LightAnchor
Inherited Members
UnityEditor.Editor.Cleanup()
UnityEditor.Editor.MoveNextTarget()
UnityEngine.Object.FindObjectsOfType<T>(System.Boolean)
UnityEngine.Object.FindObjectOfType<T>(System.Boolean)
Namespace: UnityEditor
Syntax
[CustomEditor(typeof(LightAnchor))]
public class LightAnchorEditor : Editor, IPreviewable, IToolModeOwner
Methods
OnInspectorGUI()
Calls the methods in its invocation list when show the Inspector
Declaration
public override void OnInspectorGUI()