|
Wwise SDK 2025.1.3
|
检索 WAAPI URI 的 JSON 架构。
| 名称 | 类型 | 说明 |
|---|---|---|
| uri * | string | WAAPI URI(参阅 ak.wwise.waapi.getTopics、ak.wwise.waapi.getFunctions)。 |
| includeExamples | boolean | Include the examples provided in the schema. Default value is false. |
(必填 *)
| 名称 | 类型 | 说明 |
|---|---|---|
| argsSchema | object | 参数架构。仅适用于函数。 |
| optionsSchema | object | 选项架构。 |
| resultSchema | object | 结果架构。仅适用于函数。 |
| publishSchema | object | 发布架构。仅适用于主题。 |
| examples | array | The examples provided in the schema. |
| examples [...] | object | The example. |
有关 Wwise Authoring API 的详细信息,请参阅 使用 Wwise Authoring API(WAAPI) 章节。