menu
版本
2024.1.6.8842
2024.1.6.8842
2023.1.14.8770
2025.1.0.8897
2022.1.19.8584
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.6.8842
2023.1.14.8770
2025.1.0.8897
2022.1.19.8584
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 2024.1.6
|
A definition of an undo event, with a specific interface and instance. 更多...
#include <PluginDef.h>
Public 属性 | |
struct ak_wwise_plugin_undo_event_v1 * | m_interface |
The interface to execute that undo event's commands. 更多... | |
struct ak_wwise_plugin_undo_event_instance_v1 * | m_instance |
The specific instance usued for that particular undo event. 更多... | |
A definition of an undo event, with a specific interface and instance.
Allows to bind an event from any source: Authoring or any plug-in. Allows to have multiple separate interfaces.
在文件 PluginDef.h 第 962 行定义.