Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration BgPos

An enum defining the way the background image (if any) is positioned on the level.

See "__bgPos" for resulting position info.

Possible values: "Unscaled", "Contain", "Cover", "CoverDirty"

Index

Enumeration members

Enumeration members

Contain

Contain: = "Contain"

Cover

Cover: = "Cover"

CoverDirty

CoverDirty: = "CoverDirty"

Unscaled

Unscaled: = "Unscaled"

Generated using TypeDoc