Chunk.volume

Wraps Mix_VolumeChunk which sets the volume of the chunk

  1. ubyte volume()
  2. void volume(ubyte newVolume)
    class Chunk
    @property @trusted
    void
    volume
    (
    ubyte newVolume
    )

Parameters

newVolume ubyte

new volume ranging from 0 to 128

Meta