Class GhostAuthoringComponentEditor
Inheritance
GhostAuthoringComponentEditor
Syntax
public class GhostAuthoringComponentEditor : UnityEditor.Editor
Fields
DefaultNamespace
Declaration
public static string DefaultNamespace
Field Value
DefaultRootPath
Declaration
public static string DefaultRootPath
Field Value
DefaultSerializerPrefix
Declaration
public static string DefaultSerializerPrefix
Field Value
DefaultSnapshotDataPrefix
Declaration
public static string DefaultSnapshotDataPrefix
Field Value
DefaultUpdateSystemPrefix
Declaration
public static string DefaultUpdateSystemPrefix
Field Value
GhostDefaultOverrides
Declaration
public static Dictionary<string, GhostAuthoringComponent.GhostComponent> GhostDefaultOverrides
Field Value
Methods
GenerateGhost(GhostAuthoringComponent, Boolean)
Declaration
public static GhostCodeGen.Status GenerateGhost(GhostAuthoringComponent ghostInfo, bool testOnly = false)
Parameters
Returns
OnInspectorGUI()
Declaration
public override void OnInspectorGUI()
SyncComponentList(GhostAuthoringComponent)
Declaration
public static void SyncComponentList(GhostAuthoringComponent self)
Parameters