Click or drag to resize

StepButton Class

Button that goes to the next/previous screen in a Wizard.
Inheritance Hierarchy
SystemObject
  Object
    Component
      Behaviour
        MonoBehaviour
          Kit.UI.ButtonsButtonBehaviour
            Kit.UI.ButtonsStepButton

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

The StepButton type exposes the following members.

Properties
  NameDescription
Public propertyIsEdgeCase
Returns whether the button can no longer do something.
Top
Fields
  NameDescription
Public fieldChange
Text to change to.
Public fieldDirection
Direction to move.
Public fieldMode
What to do when it is no longer possible to use the button?
Public fieldText
Text-field to use when changing text.
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