Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Index

Properties

comment?: string
cut?: [number, number]
effects?: Partial<Record<"play" | "stop" | "start" | "pitch" | "volume", Omit<AnimationBase, "type" | "axis"> & { duration?: number } & Omit<AnimationWithValue, "type" | "axis"> & { duration?: number } & Omit<AnimationWithFunction, "type" | "axis"> & { duration?: number }>>

Sound effects

fadeDuration?: number

duration of fade-in/fade-out in ms

file: string

URL to the mp3 file

id: string

Sound id.

loop?: boolean
lowLatency?: boolean
retard?: number

Generated using TypeDoc