Click or drag to resize

GotoButton Class

Button that switches to a specific step/screen in a Wizard.
Inheritance Hierarchy
SystemObject
  Object
    Component
      Behaviour
        MonoBehaviour
          Kit.UI.ButtonsButtonBehaviour
            Kit.UI.ButtonsGotoButton

Namespace:  Kit.UI.Buttons
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0
Syntax
C#
public class GotoButton : ButtonBehaviour
Request Example View Source

The GotoButton type exposes the following members.

Fields
  NameDescription
Public fieldStep
The screen to switch to.
Public fieldWizard
The wizard this button interacts with.
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