Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration StageDisplayState

The StageDisplayState class provides values for the Stage.displayState property.

Index

Enumeration members

FULL_SCREEN

FULL_SCREEN: = "fullScreen"

Specifies that the Stage is in full-screen mode.

FULL_SCREEN_INTERACTIVE

FULL_SCREEN_INTERACTIVE: = "fullScreenInteractive"

Specifies that the Stage is in full-screen mode with keyboard interactivity enabled.

NORMAL

NORMAL: = "normal"

Specifies that the Stage is in normal mode.

Generated using TypeDoc