|
Wwise SDK 2025.1.2
|
Waapi URIのJSONスキーマを取得します。
| Name | タイプ | 概要 |
|---|---|---|
| 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. |
(必須*)
| Name | タイプ | 概要 |
|---|---|---|
| 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)を使用する を参照してください。