Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • TmxTilesetTile

Index

Properties

_animationCurrentFrame

_animationCurrentFrame: number

_animationElapsedTime

_animationElapsedTime: number

animationFrames

animationFrames: TmxAnimationFrame[]

id

id: number

image

image: TmxImage

isDestructable

isDestructable: boolean

返回“engine:isDestructable”属性的值(如果属性字典中存在)

isOneWayPlatform

isOneWayPlatform: boolean

返回“engine:isOneWayPlatform”属性的值(如果存在于属性字典中)

isSlope

isSlope: boolean

返回“engine:isSlope”属性的值(如果存在于属性字典中)

objectGroups

objectGroups: TmxObjectGroup[]

probability

probability: number

properties

properties: Map<string, string>

slopeTopLeft

slopeTopLeft: number

返回“engine:slopeTopLeft”属性的值(如果存在于属性字典中)

slopeTopRight

slopeTopRight: number

如果属性字典中存在“engine:slopeTopRight”属性,则返回该属性的值

terrainEdges

terrainEdges: TmxTerrain[]

tileset

tileset: TmxTileset

type

type: string

Accessors

currentAnimationFrameGid

  • get currentAnimationFrameGid(): number

Methods

processProperties

  • processProperties(): void

updateAnimatedTiles

  • updateAnimatedTiles(): void

Generated using TypeDoc