Version
Wwise SDK 2022.1.4
|
Retrieves the list of all object types registered in Wwise's object model. This function returns the equivalent of Wwise Objects Reference .
Name | Type | Description |
---|---|---|
return | array | An array of all Wwise object types. |
return [...] | object | A Wwise object type. Refer to Wwise Objects Reference . |
return[...].classId | integer | The ID (class ID) of the object. Unsigned Integer 32-bit. Range: [0,4294967295] |
return[...].name | string | The name of the object. |
return[...].type | string | The type of the object. Refer to Wwise Objects Reference for more information on the types available. |
Refer to Using the Wwise Authoring API (WAAPI) for more information about Wwise Authoring API.
Questions? Problems? Need more info? Contact us, and we can help!
Visit our Support pageRegister your project and we'll help you get started with no strings attached!
Get started with Wwise