Class CoreProjectContextPrefabWizard
Provides a wizard for CoreProjectContext
prefabs.
Inheritance
System.Object
UnityEngine.Object
UnityEngine.ScriptableObject
UnityEditor.EditorWindow
CoreProjectContextPrefabWizard
Namespace: AlchemyBow.Core.Editor.Wizards
Assembly: AlchemyBow.Core.Editor.dll
Syntax
public sealed class CoreProjectContextPrefabWizard : WizardWindow
Methods
Awake()
Declaration
protected override void Awake()
Overrides
Create()
Declaration
protected override void Create()
Overrides
CreateWindow(Type)
Opens a new core project context prefab wizard window.
Declaration
public static void CreateWindow(Type projectContextType)
Parameters
Type | Name | Description |
---|---|---|
System.Type | projectContextType | A type of the core project context. |
OnProjectChange()
Declaration
protected override void OnProjectChange()
Overrides
OnValidableGUI()
Declaration
protected override void OnValidableGUI()
Overrides
Validate(ValidationMessageList)
Declaration
protected override void Validate(ValidationMessageList validationMessageList)
Parameters
Type | Name | Description |
---|---|---|
ValidationMessageList | validationMessageList |