TmxTilesetTileFrame

format.tmx.TmxTilesetTileFrame (Class)

Animation frame of a single tile in tileset.

Instance Members

tileId: Int

The local ID of a tile within the parent tileset.


duration: Int

How long (in milliseconds) this frame should be displayed before advancing to the next frame.


new(tileId: Int, duration: Int): Void
Name Type Description
tileId Int The local ID of a tile within the parent tileset.
duration Int How long (in milliseconds) this frame should be displayed before advancing to the next frame.

Metadata

Name Parameters
:structInit -