| Namespace: | Sirenix.OdinInspector.Editor.GettingStarted |
| Assembly: | Sirenix.OdinInspector.Editor |
public class WizardPageStep
public WizardPageStep(string name, Action<Rect> onGUI)
| System.String | name | |
| System.Action<UnityEngine.Rect> | onGUI |
public string Name
public Action<Rect> OnGUI