Version 3.3.0.2

WizardPageStep class

Namespace: Sirenix.OdinInspector.Editor.GettingStarted
Assembly: Sirenix.OdinInspector.Editor
public class WizardPageStep
Inheritance
  • System.Object
  • WizardPageStep

Constructors

WizardPageStep(String, Action<Rect>)
public WizardPageStep(string name, Action<Rect> onGUI)
Parameters
System.String name

System.Action<UnityEngine.Rect> onGUI

Fields

Name
public string Name
OnGUI
public Action<Rect> OnGUI