Class CoreProjectContextScriptWizard
Provides a wizard for CoreProjectContext
scripts.
Inheritance
System.Object
UnityEngine.Object
UnityEngine.ScriptableObject
UnityEditor.EditorWindow
CoreProjectContextScriptWizard
Namespace: AlchemyBow.Core.Editor.Wizards
Assembly: AlchemyBow.Core.Editor.dll
Syntax
public sealed class CoreProjectContextScriptWizard : WizardWindow
Methods
Awake()
Declaration
protected override void Awake()
Overrides
BuildCoreProjectContextScript(String, String)
Builds a minimal content of the CoreProjectContext
script.
Declaration
public static string BuildCoreProjectContextScript(string namespaceName, string className)
Parameters
Type | Name | Description |
---|---|---|
System.String | namespaceName | The namespace name. |
System.String | className | The class name. |
Returns
Type | Description |
---|---|
System.String | A minimal content of the |
Create()
Declaration
protected override void Create()
Overrides
CreateWindow()
Opens a new the core project context script wizard window.
Declaration
public static void CreateWindow()
OnValidableGUI()
Declaration
protected override void OnValidableGUI()
Overrides
Validate(ValidationMessageList)
Declaration
protected override void Validate(ValidationMessageList validationMessageList)
Parameters
Type | Name | Description |
---|---|---|
ValidationMessageList | validationMessageList |