Click or drag to resize

QuitButton Class

Button that quits the application.
Inheritance Hierarchy
SystemObject
  Object
    Component
      Behaviour
        MonoBehaviour
          Kit.UI.ButtonsButtonBehaviour
            Kit.UI.ButtonsQuitButton

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

The QuitButton type exposes the following members.

Methods
  NameDescription
Public methodQuit
Top
Fields
  NameDescription
Public fieldCompleted
Stuff to do right at the end.
Public fieldFade
Should it fade the screen?
Public fieldFadeColor
The color to use for fading.
Public fieldFadeTime
How long to take to fade the screen?
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