Wwise SDK 2024.1.0
|
A single instantiatable plug-in interface. [詳解]
#include <PluginInterfaceArrayItem.h>
公開メンバ関数 | |
constexpr | ak_wwise_plugin_interface_array_item (ak_wwise_plugin_interface_ptr in_interface=nullptr, ak_wwise_plugin_instance_ptr in_instance=nullptr) |
公開変数類 | |
ak_wwise_plugin_interface_ptr | m_interface |
The interface. Should be identical for every instance of this DLL. [詳解] | |
ak_wwise_plugin_instance_ptr | m_instance |
That particular instance. [詳解] | |
A single instantiatable plug-in interface.
The goal of the ak_wwise_plugin_interface_array_item is to provide both the static m_interface, as well as the dynamic m_instance
PluginInterfaceArrayItem.h の 43 行目に定義があります。