SoundChannel

Undocumented in source.

Constructors

this
this(string id, shared(SoundManager) sm)
Undocumented in source.
this
this(string id, shared(SoundManager) sm, shared(SoundChannelImpl) chImpl)
Undocumented in source.

Alias This

impl

Members

Functions

detachFromSM
void detachFromSM()
Undocumented in source. Be warned that the author may not have intended to support it.
effector
void effector(E effector)
Undocumented in source. Be warned that the author may not have intended to support it.
onAttachToChannel
void onAttachToChannel(int id)
Undocumented in source. Be warned that the author may not have intended to support it.
onDestroy
void onDestroy()
Undocumented in source. Be warned that the author may not have intended to support it.
onDetach
void onDetach()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

impl
shared(SoundChannelImpl) impl;
Undocumented in source.

Meta