Click or drag to resize

Wizard Methods

The Wizard type exposes the following members.

Methods
  NameDescription
Public methodGoTo(Int32)
Move the wizard to a specific step.
Public methodGoTo(Window)
Move the wizard to a specific screen.
Public methodIndexOf
Returns the index of a particular screen.
Public methodIsValid
Returns whether a particular index is valid.
Public methodNext
Move the wizard forward.
Public methodPrevious
Move the wizard backward.
Top
Extension Methods
  NameDescription
Public Extension MethodDestroy
Destroy the object.
(Defined by UnityObjectExtensions.)
Public Extension MethodDisable
Set the enabled property to .
(Defined by BehaviourExtensions.)
Public Extension MethodEnable
Set the enabled property to .
(Defined by BehaviourExtensions.)
Public Extension MethodGetBounds

Returns the bounds of the Component.

(Defined by ComponentExtensions.)
Public Extension MethodIsPrefab
Returns whether the Component is a part of a prefab.
(Defined by ComponentExtensions.)
Top
See Also