API reference
Every public class, method, and event in @codexo/exojs. Generated from source.
interfaceAsepriteFrameTag
@codexo/exojs-aseprite / aseprite / stable
A named animation range defined via Aseprite frame tags. `from` and `to` are inclusive zero-based frame indices.
6
props
0
methods
0
events
Import
import { AsepriteFrameTag } from '@codexo/exojs-aseprite'A named animation range defined via Aseprite frame tags. `from` and `to` are inclusive zero-based frame indices.
Properties6
color?: stringfrom: numberInclusive start frame index.
name: stringrepeat?: stringNumber of times the tag plays before stopping, as a numeric string (e.g. "1", "2"). Absent means the tag loops indefinitely.
to: numberInclusive end frame index.
Source