Class GhostCollectionAuthoringComponentEditor
Inheritance
GhostCollectionAuthoringComponentEditor
Syntax
public class GhostCollectionAuthoringComponentEditor : UnityEditor.Editor
Methods
AddAllNewGhosts(GhostCollectionAuthoringComponent)
Declaration
public static void AddAllNewGhosts(GhostCollectionAuthoringComponent collectionTarget)
Parameters
GenerateCollection(GhostCollectionAuthoringComponent, Boolean)
Declaration
public static GhostCodeGen.Status GenerateCollection(GhostCollectionAuthoringComponent collectionTarget, bool testOnly = false)
Parameters
Returns
OnInspectorGUI()
Declaration
public override void OnInspectorGUI()
RegenerateAllGhosts(GhostCollectionAuthoringComponent)
Declaration
public static void RegenerateAllGhosts(GhostCollectionAuthoringComponent collectionTarget)
Parameters