Namespace: StageDisplayState

graphics.display. StageDisplayState

The graphics.display.StageDisplayState enumeration defines the different display state of the stage.

Members


<static> ANY :string

Specifies a device orientation that supports both portrait and landscape UI.

Type:
  • string
Default Value:
  • any

<static> FULL_SCREEN :string

Specifies the "fullScreen" value to change the display state of the stage.

Type:
  • string
Default Value:
  • fullScreen

<static> FULL_SCREEN_INTERACTIVE :string

Specifies the "fullScreenInteractive" value to change the display state of the stage.

Type:
  • string
Default Value:
  • fullScreenInteractive

<static> LANDSCAPE :string

Specifies a device orientation that presents a landscape UI

Type:
  • string
Default Value:
  • landscape

<static> NORMAL :string

Specifies the "normal" value to change the display state of the stage.

Type:
  • string
Default Value:
  • normal

<static> PORTRAIT :string

Specifies a device orientation that presents a portrait UI

Type:
  • string
Default Value:
  • portrait