API reference
Every public class, method, and event in @codexo/exojs. Generated from source.
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: numberFrame duration in milliseconds.
tileid: numberLocal tile id (within the owning tileset) shown during this frame.
Source