API reference

Every public class, method, and event in @codexo/exojs. Generated from source.

I

interfaceTiledAnimationFrameData

@codexo/exojs-tiled / tiled / stable

One frame of a tile's animation sequence.

2
props
0
methods
0
events
Import
import { TiledAnimationFrameData } from '@codexo/exojs-tiled'

One frame of a tile's animation sequence.

Properties2
duration: number
Frame duration in milliseconds.
tileid: number
Local tile id (within the owning tileset) shown during this frame.
Source