Adding sound
Sound class methods
- Methods on Sound control the release, continuous
playback, and priority
- By default, the release and continuous playback or
disabled and the priority is 1.0
| Method |
| void setReleaseEnable( boolean onOff ) |
| void setContinuousEnable( boolean onOff ) |
| void setPriority( float ranking ) |