sparkle-engine

Interface IAnimationOption

interface IAnimationOption {
    animations: AnimationsStore;
    gapSize: number;
    hFrames: number;
    texture: Texture;
    vFrames: number;
}

Properties

animations: AnimationsStore
gapSize: number
hFrames: number
texture: Texture
vFrames: number