sparkle-engine

Interface ILoadAnimationOptions

interface ILoadAnimationOptions {
    animations: string | AnimationsStore;
    gapSize: number;
    hFrames: number;
    vFrames: number;
}

Properties

animations: string | AnimationsStore

若为string,则从url加载

gapSize: number
hFrames: number
vFrames: number