interface ActiveClip {
    loop: boolean;
    playId: string;
    state: ActiveAudioClipState;
    volume: number;
}

Properties

Properties

loop: boolean
playId: string
volume: number

Generated using TypeDoc