AudioManager.createSource

Create a a new Source at the specified location. The Source is also added to this AudioManager.

class AudioManager
@trusted
createSource

Parameters

location Vec3

The location of the Source.

Return Value

Type: Source

A new Source.

Meta