CMGDK r49-rc2
|
函数 | |
uint | GetIndex () |
取当前菜单在上级菜单中的索引编号 | |
double | GetCurTime () |
int | GetState () |
float | GetMinGain () |
float | GetMaxGain () |
bool | GetLoop () |
float | GetPitch () |
float | GetGain () |
float | GetConeGain () |
float | GetRolloffFactor () |
virtual void | SetLoop (bool) |
void | SetPitch (float) |
void | SetGain (float) |
void | SetConeGain (float) |
void | SetRolloffFactor (float) |
变量 | |
AudioBuffer * | Buffer |
uint | index |
bool | pause |
bool | loop |
float | pitch |
float | gain |
float | cone_gain |
Vector3f | position |
Vector3f | velocity |
Vector3f | direction |
ReferenceValue | distance |
float | rolloff_factor |
ConeAngle | angle |
float GetConeGain | ( | ) | [protected] |
double GetCurTime | ( | ) | [protected] |
float GetGain | ( | ) | [protected] |
uint GetIndex | ( | ) | [protected] |
取当前菜单在上级菜单中的索引编号
bool GetLoop | ( | ) | [protected] |
float GetMaxGain | ( | ) | [protected] |
float GetMinGain | ( | ) | [protected] |
float GetPitch | ( | ) | [protected] |
float GetRolloffFactor | ( | ) | [protected] |
int GetState | ( | ) | [protected] |
void SetConeGain | ( | float | ) | [protected] |
void SetGain | ( | float | ) | [protected] |
virtual void SetLoop | ( | bool | ) | [protected, virtual] |
void SetPitch | ( | float | ) | [protected] |
void SetRolloffFactor | ( | float | ) | [protected] |
ConeAngle angle |
AudioBuffer* Buffer |
float cone_gain |
Vector3f direction |
ReferenceValue distance |
float gain |
bool loop |
bool pause |
float pitch |
Vector3f position |
float rolloff_factor |
Vector3f velocity |