Emitter

Emitter object that plays sounds that listeners can hear

class Emitter : ComponentReg!Emitter {}

Constructors

this
this()

Create an emmiter object

Members

Functions

playFollow
void playFollow(string soundName)

Plays a sound that will follow the emitter for however long you set the length to be.

Meta