Wwise SDK 2019.1.11
|
Retrieve the JSON schema of a Waapi URI.
Name | Type | Description |
---|---|---|
uri * | string | Waapi URI (see ak.wwise.waapi.getTopics, ak.wwise.waapi.getFunctions). |
(Required *)
Name | Type | Description |
---|---|---|
argsSchema | object | The argument schema. Only possible for functions. |
publishSchema | object | The publish schema. Only possible for topics. |
resultSchema | object | The result schema. Only possible for functions. |
optionsSchema | object | The option schema. |
Refer to Wwise Authoring API (WAAPI)を使用する for more information about WAAPI.