Phaser.Tilemaps.Orientation

Scope: static

Source: src/tilemaps/const/ORIENTATION_CONST.js#L7
Since: 3.50.0

Static functions

HEXAGONAL

HEXAGONAL: number

Description:

Hexagonal Tilemap orientation constant.

Source: src/tilemaps/const/ORIENTATION_CONST.js#L57
Since: 3.50.0


ISOMETRIC

ISOMETRIC: number

Description:

Isometric Tilemap orientation constant.

Source: src/tilemaps/const/ORIENTATION_CONST.js#L37
Since: 3.50.0


ORTHOGONAL

ORTHOGONAL: number

Description:

Orthogonal Tilemap orientation constant.

Source: src/tilemaps/const/ORIENTATION_CONST.js#L27
Since: 3.50.0


STAGGERED

STAGGERED: number

Description:

Staggered Tilemap orientation constant.

Source: src/tilemaps/const/ORIENTATION_CONST.js#L47
Since: 3.50.0


Updated on