バージョン

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

公開メンバ関数

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からはじめよう