#include <SND_SoundObject.h>
Inheritance diagram for SND_SoundObject:
Public Methods | |
SND_SoundObject () | |
~SND_SoundObject () | |
void | startSound () |
void | stopSound () |
void | pauseSound () |
void | setSample (CCString pSample) |
void | setModified (bool mod) |
void | setPitch (MT_Scalar pitch) |
void | setGain (MT_Scalar gain) |
void | setPosition (const MT_Point3& pos) |
void | setVelocity (const MT_Vector3& vel) |
void | setOrientation (const MT_Matrix3x3& orient) |
void | setLooping (bool isLooping) |
void | setPlaystate (int playstate) |
const CCString& | getSample () |
bool | isModified () const |
isModified will return true if the scene must update some parameter of the object. More... | |
float | getGain () const |
float | getPitch () const |
MT_Point3 | getPosition () const |
MT_Point3 | getVelocity () const |
MT_Matrix3x3 | getOrientation () const |
bool | isLooping () const |
int | getPlaystate () const |
Definition at line 20 of file SND_SoundObject.h.
|
Definition at line 11 of file SND_SoundObject.cpp. |
|
Definition at line 33 of file SND_SoundObject.cpp. |
|
Definition at line 44 of file SND_SoundObject.h. |
|
Definition at line 48 of file SND_SoundObject.h. |
|
Definition at line 45 of file SND_SoundObject.h. Referenced by KX_SoundActuator::Update(). |
|
Definition at line 50 of file SND_SoundObject.h. Referenced by KX_SoundActuator::Update(). |
|
Definition at line 46 of file SND_SoundObject.h. |
|
Definition at line 41 of file SND_SoundObject.h. |
|
Definition at line 47 of file SND_SoundObject.h. |
|
Definition at line 49 of file SND_SoundObject.h. |
|
isModified will return true if the scene must update some parameter of the object. This can be modifications like setting volume, position or start/stop playing. Reimplemented from SND_IObject. Definition at line 42 of file SND_SoundObject.h. |
|
Definition at line 50 of file SND_SoundObject.cpp. |
|
Reimplemented from SND_IObject. Definition at line 56 of file SND_SoundObject.cpp. |
|
Definition at line 86 of file SND_SoundObject.cpp. Referenced by KX_SoundActuator::Update(). |
|
Reimplemented from SND_IObject. Definition at line 31 of file SND_SoundObject.h. |
|
Reimplemented from SND_IObject. Definition at line 80 of file SND_SoundObject.cpp. Referenced by KX_SoundActuator::Update(). |
|
Definition at line 62 of file SND_SoundObject.cpp. Referenced by KX_SoundActuator::Update(). |
|
Definition at line 39 of file SND_SoundObject.h. |
|
Reimplemented from SND_IObject. Definition at line 68 of file SND_SoundObject.cpp. Referenced by KX_SoundActuator::Update(). |
|
Definition at line 30 of file SND_SoundObject.h. Referenced by BL_ConvertActuators(), and CreateSampleLogic(). |
|
Reimplemented from SND_IObject. Definition at line 74 of file SND_SoundObject.cpp. |
|
Definition at line 38 of file SND_SoundObject.cpp. Referenced by KX_SoundActuator::Update(). |
|
Definition at line 44 of file SND_SoundObject.cpp. Referenced by KX_SoundActuator::Update(). |