Black Trigram (흑괘) - API Documentation - v0.2.10
    Preparing search index...

    Interface AnimationConfig

    interface AnimationConfig {
        frames: readonly { duration: number; texture: Texture }[];
        loop?: boolean;
        name: string;
        speed?: number;
    }
    Index

    Properties

    Properties

    frames: readonly { duration: number; texture: Texture }[]
    loop?: boolean
    name: string
    speed?: number