setVolume

fun setVolume(volume: Float): Sound

Sets this sound's volume. Will override the category if called after setCategory, but not if called before.

Parameters

volume

New volume, float value ( 0.0f - 1.0f ).

Sources

Link copied to clipboard