Class Wizard
Inherited Members
UnityEditor.EditorWindow.ShowTab()
UnityEditor.EditorWindow.GetWindow<T>()
UnityEditor.EditorWindow.GetWindow<T>(System.Boolean)
UnityEditor.EditorWindow.GetWindow<T>(System.Boolean, System.String)
UnityEditor.EditorWindow.GetWindow<T>(System.String)
UnityEditor.EditorWindow.GetWindow<T>(System.String, System.Boolean)
UnityEditor.EditorWindow.GetWindow<T>(System.Boolean, System.String, System.Boolean)
UnityEditor.EditorWindow.GetWindow<T>(System.Type[])
UnityEditor.EditorWindow.GetWindow<T>(System.String, System.Type[])
UnityEditor.EditorWindow.GetWindow<T>(System.String, System.Boolean, System.Type[])
UnityEditor.EditorWindow.CreateWindow<T>(System.Type[])
UnityEditor.EditorWindow.CreateWindow<T>(System.String, System.Type[])
UnityEditor.EditorWindow.HasOpenInstances<T>()
UnityEditor.EditorWindow.FocusWindowIfItsOpen<T>()
UnityEditor.EditorWindow.GetWindowWithRect<T>(UnityEngine.Rect)
UnityEditor.EditorWindow.GetWindowWithRect<T>(UnityEngine.Rect, System.Boolean)
UnityEditor.EditorWindow.GetWindowWithRect<T>(UnityEngine.Rect, System.Boolean, System.String)
UnityEditor.EditorWindow.GetWindowWithRect<T>(UnityEngine.Rect, System.Boolean, System.String, System.Boolean)
UnityEditor.EditorWindow.TryGetOverlay(System.String, UnityEditor.Overlays.Overlay)
UnityEditor.EditorWindow.depthBufferBits
UnityEditor.EditorWindow.antiAlias
UnityEngine.Object.FindObjectsOfType<T>(System.Boolean)
UnityEngine.Object.FindObjectOfType<T>(System.Boolean)
Namespace: Ludiq
Syntax
public abstract class Wizard : LudiqEditorWindow, ISerializationCallbackReceiver, ILudiqRootObject, IHasCustomMenu
Constructors
Wizard()
Declaration
protected Wizard()
Properties
canNavigateBackward
Declaration
public bool canNavigateBackward { get; set; }
Property Value
Type | Description |
---|---|
Boolean |
canNavigateForward
Declaration
public bool canNavigateForward { get; set; }
Property Value
Type | Description |
---|---|
Boolean |
currentPage
Declaration
public Page currentPage { get; set; }
Property Value
Type | Description |
---|---|
Page |
farthestNavigatedIndex
Declaration
public int farthestNavigatedIndex { get; set; }
Property Value
Type | Description |
---|---|
Int32 |
pages
Declaration
public List<Page> pages { get; }
Property Value
Type | Description |
---|---|
List<Page> |
Methods
_OnDisable()
Declaration
protected override void _OnDisable()
Overrides
_OnEnable()
Declaration
protected override void _OnEnable()
Overrides
_OnGUI()
Declaration
protected override void _OnGUI()
Overrides
_Update(Boolean)
Declaration
protected override void _Update(bool foreground)
Parameters
Type | Name | Description |
---|---|---|
Boolean | foreground |
Overrides
Initialize()
Declaration
protected virtual void Initialize()