Wwise SDK 2024.1.0
|
Retrieves the JSON schema of a Waapi URI.
Name | Type | Description |
---|---|---|
uri * | string | Waapi URI (see ak.wwise.waapi.getTopics, ak.wwise.waapi.getFunctions). |
includeExamples | boolean | Include the examples provided in the schema. Default value is false. |
(Required *)
Name | Type | Description |
---|---|---|
argsSchema | object | The argument schema. Only possible for functions. |
optionsSchema | object | The option schema. |
resultSchema | object | The result schema. Only possible for functions. |
publishSchema | object | The publish schema. Only possible for topics. |
examples | array | The examples provided in the schema. |
examples [...] | object | The example. |
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