Loom Engine - v0.10.1
    Preparing search index...

    Interface SpriteSheetManifest

    interface SpriteSheetManifest {
        name: string;
        image: string;
        frames: readonly SpriteFrame[];
        anchor: SpriteAnchor;
        fps: number;
        clips: readonly AnimationClip[];
    }
    Index

    Properties

    name: string
    image: string
    frames: readonly SpriteFrame[]
    anchor: SpriteAnchor
    fps: number
    clips: readonly AnimationClip[]