Wwise SDK 2018.1.11
IAkGameObjectPluginInfo
版本
Wwise SDK 2018.1.11
|
AK::IAkGameObjectPluginInfo类 参考abstract
Game object information available to plugins. 更多...
类 AK::IAkGameObjectPluginInfo 继承关系图:

Public 成员函数 | |
virtual AkGameObjectID | GetGameObjectID () const =0 |
Get the ID of the game object. 更多... |
|
virtual AkUInt32 | GetNumEmitterListenerPairs () const =0 |
virtual AKRESULT | GetEmitterListenerPair (AkUInt32 in_uIndex, AkEmitterListenerPair &out_emitterListenerPair) const =0 |
virtual AkUInt32 | GetNumGameObjectPositions () const =0 |
virtual AKRESULT | GetGameObjectPosition (AkUInt32 in_uIndex, AkSoundPosition &out_position) const =0 |
virtual SoundEngine::MultiPositionType | GetGameObjectMultiPositionType () const =0 |
virtual AkReal32 | GetGameObjectScaling () const =0 |
virtual bool | GetListeners (AkGameObjectID *out_aListenerIDs, AkUInt32 &io_uSize) const =0 |
virtual AKRESULT | GetListenerData (AkGameObjectID in_uListener, AkListener &out_listener) const =0 |
Protected 成员函数 | |
virtual | ~IAkGameObjectPluginInfo () |
Virtual destructor on interface to avoid warnings. 更多... |
|
详细描述
Game object information available to plugins.
在文件 IAkPlugin.h 第 90 行定义.
该类的文档由以下文件生成:
- include/AK/SoundEngine/Common/IAkPlugin.h