Wwise SDK 2024.1.1
|
#include <HostPropertySet.h>
公開型 | |
using | Instance = ak_wwise_plugin_host_property_set_instance_v1 |
This interface is compatible with the v1 instance. [詳解] | |
公開メンバ関数 | |
ak_wwise_plugin_host_property_set_v2 () | |
公開変数類 | |
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 行目に定義があります。