API Documentation for: 3.0.0
Show:

SoundContext Class

Defined in: SoundContext:1207
Namespace: cloudkid

A private class that represents a sound context.

Constructor

SoundContext

(
  • id
)

Defined in SoundContext:1207

Parameters:

  • id String

    The name of the sound context.

Item Index

Properties

Properties

id

String public

Defined in id:1215

The name of the sound context.

muted

Bool public

Defined in muted:1227

If all sounds in the sound context are muted or not.

sounds

Array public

Defined in sounds:1233

The sound objects in this context, from Sound.instance._sounds;

volume

Number public

Defined in volume:1221

The current volume to apply to all sounds in the context (0 to 1).