Options
All
  • Public
  • Public/Protected
  • All
Menu

Class ButtonState

A class that provides constant values for the states of the Button class.

Hierarchy

  • ButtonState

Index

Properties

Properties

Static DISABLED

DISABLED: string

The button was disabled altogether.

Static DOWN

DOWN: string

The button is pressed.

Static OVER

OVER: string

The mouse hovers over the button.

Static UP

UP: string

The button's default state.

Generated using TypeDoc