Inheritance diagram for Sound:

Authoring Interface:
Sound {
// from SoundNode
field SFFloat intensity 1
field SFNode source NULL
}
| intensity | controls the volume of the sound, from 0 to 1. Default value: 1 | |
| source | is the AudioSourceNode containing the audio to be played. Default value: NULL |
1.4.3