Class GhostAuthoringComponentEditor
Inheritance
GhostAuthoringComponentEditor
Inherited Members
UnityEngine.Object.FindObjectsOfType<T>(System.Boolean)
UnityEngine.Object.FindObjectOfType<T>(System.Boolean)
Syntax
[CustomEditor(typeof(GhostAuthoringComponent))]
public class GhostAuthoringComponentEditor : Editor, IPreviewable, IToolModeOwner
Fields
AssembliesDefaultOverrides
Declaration
public static HashSet<string> AssembliesDefaultOverrides
Field Value
GhostDefaultOverrides
Declaration
public static Dictionary<string, GhostAuthoringComponentEditor.GhostComponent> GhostDefaultOverrides
Field Value
Methods
InitDefaultOverrides()
Declaration
public static void InitDefaultOverrides()
OnInspectorGUI()
Declaration
public override void OnInspectorGUI()
Overrides
SyncComponentList(GhostAuthoringComponent)
Declaration
public void SyncComponentList(GhostAuthoringComponent self)
Parameters