interface PlaySoundProps {
    audioLayer?: string;
    event: string;
    runAtEditTime: boolean;
    source: string;
}

Hierarchy

  • ActionBehaviorConstructorProps
    • PlaySoundProps

Properties

audioLayer?: string

default

event: string

events

runAtEditTime: boolean

false

source: string

files *.+(mp3|wav)