Wwise SDK 2019.1.11
|
Set the State of a Switch Group. See AK::SoundEngine::SetSwitch
.
Name | Type | Description |
---|---|---|
switchState * | any of: | Either the ID (GUID), name, or short ID of the Switch State. |
string | The name of the object. |
|
string | An object GUID of the form: {aabbcc00-1122-3344-5566-77889900aabb}. |
|
integer | The Short ID of a Wwise Object. Unsigned Integer 32-bit. Range: [0,4294967295] |
|
gameObject * | integer | Associated game object ID. A game object ID, unsigned integer 64-bit. Range: [0,18446744073709551615] |
switchGroup * | any of: | Either the ID (GUID), name, or short ID of the Switch Group. |
string | The name of the object. |
|
string | An object GUID of the form: {aabbcc00-1122-3344-5566-77889900aabb}. |
|
integer | The Short ID of a Wwise Object. Unsigned Integer 32-bit. Range: [0,4294967295] |
(Required *)
Refer to 使用 Wwise Authoring API(WAAPI) for more information about WAAPI.