Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration ContainerUpscaleMode

Scale mode as used by ScalingStage

Index

Enumeration members

Enumeration members

FullScale

FullScale: = 2

Scale up to fill as much of the available space as possible, which may result in uneven pixels.

NoScale

NoScale: = 0

Stage is not scaled so the game always displays in the native size.

SnapScale

SnapScale: = 1

Scale up to fill as much of the available space as possible, while keeping the scale an integer value, to ensure every pixel is always the same size.

Generated using TypeDoc