Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration GameStageLayer

Type of the layer in a stage

Index

Enumeration members

DebugFullScreen

DebugFullScreen: = 2

Used for displaying debug graphics, always renders on top of DebugProportional, and always corresponds 1:1 to the actual physical space of the canvas, regardless of what changes the stage would do.

DebugProportional

DebugProportional: = 1

Used for displaying debug graphics, always renders on top of Normal, but is subject to any scale changes that Normal layer is, depending on the stage used.

Normal

Normal: = 0

Used for displaying the game.

Generated using TypeDoc