Beta
Contains information about a sound thats declared duration elapsed.
export class SoundCompletedAfterEvent { private constructor(); readonly soundInstanceId: string;} Copy
export class SoundCompletedAfterEvent { private constructor(); readonly soundInstanceId: string;}
Private
Readonly
Identifier of the sound instance that completed. Matches the id property of the SoundInstance returned when the sound was played.
id
SoundInstance
This property can't be read in early-execution mode.
Contains information about a sound thats declared duration elapsed.
Source