ISPO SDK
    Preparing search index...

    Interface HostSoundAssignment

    Markdown
    interface HostSoundAssignment {
        previousSoundRef: string | null;
        slotId: string;
        soundRef: string | null;
    }
    Index
    previousSoundRef: string | null
    slotId: string
    soundRef: string | null