Interface SpriteAnimationItem

interface SpriteAnimationItem {
    key: string;
    animationParams: SpriteAnimation;
}

Properties

Properties

key: string
animationParams: SpriteAnimation