Wwise SDK 2019.2.15
|
Retrieves 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. |
optionsSchema | object | The option schema. |
resultSchema | object | The result schema. Only possible for functions. |
publishSchema | object | The publish schema. Only possible for topics. |
Refer to 使用 Wwise Authoring API(WAAPI) for more information about Wwise Authoring API.