版本

menu_open
AK.Wwise::Plugin::IReadOnlyProperties类 参考abstract

Interfaces used to set and get the properties from a plug in. 更多...

#include <PluginDef.h>

类 AK.Wwise::Plugin::IReadOnlyProperties 继承关系图:
AK.Wwise::Plugin::IReadWriteProperties

Public 成员函数

virtual bool GetValue (const char *in_szPropertyName, AK::WwiseAuthoringAPI::AkVariantBase &out_rValue) const =0
 
virtual int GetType (const char *in_pszPropertyName) const =0
 
virtual bool GetValueString (const char *in_pszPropertyName, const char *&out_varProperty) const =0
 
virtual bool GetValueInt64 (const char *in_pszPropertyName, int64_t &out_varProperty) const =0
 
virtual bool GetValueInt32 (const char *in_pszPropertyName, int32_t &out_varProperty) const =0
 
virtual bool GetValueInt16 (const char *in_pszPropertyName, int16_t &out_varProperty) const =0
 
virtual bool GetValueInt8 (const char *in_pszPropertyName, int8_t &out_varProperty) const =0
 
virtual bool GetValueUInt64 (const char *in_pszPropertyName, uint64_t &out_varProperty) const =0
 
virtual bool GetValueUInt32 (const char *in_pszPropertyName, uint32_t &out_varProperty) const =0
 
virtual bool GetValueUInt16 (const char *in_pszPropertyName, uint16_t &out_varProperty) const =0
 
virtual bool GetValueUInt8 (const char *in_pszPropertyName, uint8_t &out_varProperty) const =0
 
virtual bool GetValueReal64 (const char *in_pszPropertyName, double &out_varProperty) const =0
 
virtual bool GetValueReal32 (const char *in_pszPropertyName, float &out_varProperty) const =0
 
virtual bool GetValueBool (const char *in_pszPropertyName, bool &out_varProperty) const =0
 
const char * GetString (const char *in_pszPropertyName) const
 
int64_t GetInt64 (const char *in_pszPropertyName) const
 
int32_t GetInt32 (const char *in_pszPropertyName) const
 
int16_t GetInt16 (const char *in_pszPropertyName) const
 
int8_t GetInt8 (const char *in_pszPropertyName) const
 
uint64_t GetUInt64 (const char *in_pszPropertyName) const
 
uint32_t GetUInt32 (const char *in_pszPropertyName) const
 
uint16_t GetUInt16 (const char *in_pszPropertyName) const
 
uint8_t GetUInt8 (const char *in_pszPropertyName) const
 
double GetReal64 (const char *in_pszPropertyName) const
 
float GetReal32 (const char *in_pszPropertyName) const
 
bool GetBool (const char *in_pszPropertyName) const
 

详细描述

Interfaces used to set and get the properties from a plug in.

在文件 PluginDef.h185 行定义.


此页面对您是否有帮助?

需要技术支持?

仍有疑问?或者问题?需要更多信息?欢迎联系我们,我们可以提供帮助!

查看我们的“技术支持”页面

介绍一下自己的项目。我们会竭力为您提供帮助。

来注册自己的项目,我们帮您快速入门,不带任何附加条件!

开始 Wwise 之旅