Black Trigram (흑괘) - Korean Martial Arts Combat Simulator API - v0.3.13
    Preparing search index...

    Interface AudioAsset

    interface AudioAsset {
        category?: string;
        formats: readonly string[];
        id: string;
        loaded: boolean;
        name?: string;
        type: "music" | "voice" | "sound";
        url: string;
        volume?: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    category?: string
    formats: readonly string[]
    id: string
    loaded: boolean
    name?: string
    type: "music" | "voice" | "sound"
    url: string
    volume?: number