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

    Interface SoundEffect

    interface SoundEffect {
        category: "sfx" | "ui";
        formats: readonly string[];
        id: string;
        loaded: boolean;
        name?: string;
        pitch?: number;
        type: "sound";
        url: string;
        variations?: readonly string[];
        volume?: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    category: "sfx" | "ui"
    formats: readonly string[]
    id: string
    loaded: boolean
    name?: string
    pitch?: number
    type: "sound"
    url: string
    variations?: readonly string[]
    volume?: number