Wwise Authoring Plug-ins - Plug-in API for licensing. [詳解]
#include "PluginInfoGenerator.h"
クラス | |
struct | ak_wwise_plugin_license_v1 |
Backend API to specify licensing requirements [詳解] | |
class | AK.Wwise::Plugin::V1::License |
struct | AK.Wwise::Plugin::V1::License::Interface |
The C interface, fulfilled by your plug-in. [詳解] | |
名前空間 | |
namespace | AK |
Definition of data structures for AkAudioObject | |
namespace | AK.Wwise |
AK::Wwise::Plugin | |
AK::Wwise::Plugin::V1 | |
マクロ定義 | |
#define | AK_WWISE_PLUGIN_LICENSE_V1_ID() AK_WWISE_PLUGIN_BASE_INTERFACE_FROM_ID(AK_WWISE_PLUGIN_INTERFACE_TYPE_LICENSE, 1) |
#define | AK_WWISE_PLUGIN_LICENSE_V1_CTOR(in_pluginInfo, in_data) |
型定義 | |
using | AK::Wwise::Plugin::V1::CLicense = ak_wwise_plugin_license_v1 |
using | AK::Wwise::Plugin::CLicense = V1::CLicense |
Latest version of the C License interface. [詳解] | |
using | AK::Wwise::Plugin::License = V1::License |
Latest version of the C++ License interface. [詳解] | |
関数 | |
AK::Wwise::Plugin::AK_WWISE_PLUGIN_SPECIALIZE_INTERFACE_CLASS (License) | |
AK::Wwise::Plugin::AK_WWISE_PLUGIN_SPECIALIZE_INTERFACE_VERSION (License) | |
Wwise Authoring Plug-ins - Plug-in API for licensing.
License.h に定義があります。