sparkle-engine

Interface IAudioEvent

interface IAudioEvent {
    onEnd: (() => void);
}

Properties

Properties

onEnd: (() => void)

Type declaration

    • (): void
    • Returns void