Wwise SDK 2024.1.6
|
#include <HostPropertySet.h>
Public 类型 | |
using | Instance = ak_wwise_plugin_host_property_set_instance_v1 |
This interface is compatible with the v1 instance. 更多... | |
Public 成员函数 | |
ak_wwise_plugin_host_property_set_v2 () | |
Public 属性 | |
void(* | OpenBraces )(struct ak_wwise_plugin_host_property_set_instance_v1 *in_this, ak_wwise_plugin_property_set_braces in_bracesToOpen) |
Open one or more brace that denotes the start of a change 更多... | |
void(* | CloseBraces )(struct ak_wwise_plugin_host_property_set_instance_v1 *in_this, ak_wwise_plugin_property_set_braces in_bracesToClose) |
Close one or more brace that denotes the end of a change 更多... | |
ak_wwise_plugin_property_set_braces(* | GetOpenedBraces )(const struct ak_wwise_plugin_host_property_set_instance_v1 *in_this) |
Retrieve the currently open braces 更多... | |
在文件 HostPropertySet.h 第 38 行定义.