Options
All
  • Public
  • Public/Protected
  • All
Menu

Class TmxLayerTile

Hierarchy

  • TmxLayerTile

Index

Constructors

constructor

Properties

Optional _tilesetTileIndex

_tilesetTileIndex: number

gid

gid: number

horizontalFlip

horizontalFlip: boolean

tileset

tileset: TmxTileset

verticalFlip

verticalFlip: boolean

x

x: number

y

y: number

Static Readonly FLIPPED_HORIZONTALLY_FLAG

FLIPPED_HORIZONTALLY_FLAG: 2147483648 = 2147483648

Static Readonly FLIPPED_VERTICALLY_FLAG

FLIPPED_VERTICALLY_FLAG: 1073741824 = 1073741824

Accessors

position

tilesetTile

  • 获取此TmxLayerTile(如果存在)的TmxTilesetTile TmxTilesetTile只存在于动态的tiles和带有附加属性的tiles中。

    Returns TmxTilesetTile

Generated using TypeDoc