menu
バージョン
2022.1.18.8567
2024.1.3.8749
2023.1.11.8682
2022.1.18.8567
2021.1.14.8108
2019.2.15.7667
2019.1.11.7296
2018.1.11.6987
2017.2.10.6745
2017.1.9.6501
2016.2.6.6153
2015.1.9.5624
2024.1.3.8749
2023.1.11.8682
2022.1.18.8567
2021.1.14.8108
2019.2.15.7667
2019.1.11.7296
2018.1.11.6987
2017.2.10.6745
2017.1.9.6501
2016.2.6.6153
2015.1.9.5624
Wwise SDK 2022.1.18
|
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 行目に定義があります。