Wwise SDK 2025.1.0
|
コマンドを実行します。一部のコマンドは、オブジェクトのリストをパラメータとして受け取ることができます。See Wwise Authoring Commandの識別子 for the available commands.
Name | タイプ | 概要 |
---|---|---|
command * | string | 実行するコマンドのID。See Wwise Authoring Commandの識別子 for the lists of commands. |
objects | array | オブジェクトのアレイ。どのオブジェクトも、オブジェクトのID (GUID)、名前、またはパスです。一部のコマンドは、オブジェクトを引数として受け取ることができます。See the commands for more information. |
objects [...] | any of: | |
string | The name of the object qualified by its type or Short ID in the form of type:name or Global:shortId. Only object types that have globally-unique names or Short Ids are supported. Ex: Event:Play_Sound_01, Global:245489792 | |
string | オブジェクトGUIDで、その形式は: {aabbcc00-1122-3344-5566-77889900aabb}。 | |
string | Wwiseオブジェクトへのプロジェクトパスで、カテゴリと、ワークユニットを含みます。For example: \Containers\Default Work Unit\New Sound SFX. | |
files | array | An array of files. Each object is an path to a file. Some commands can take files as arguments. See the commands for more information. |
files [...] | string | A path to a file. Some commands can take files as arguments. See the commands for more information. |
platforms | array | プラットフォームのアレイ。どのプラットフォームも、ID (GUID)、または固有の名前です。一部のコマンドは、プラットフォームを引数として受け取ることができます。See the commands for more information. |
platforms [...] | any of: | |
string | オブジェクト名。 | |
string | オブジェクトGUIDで、その形式は: {aabbcc00-1122-3344-5566-77889900aabb}。 | |
value | any of: | コマンドに渡す値。一部のコマンドは、値を引数として受け取ることができます。See the commands for more information. The value of a property. |
null | null値。参照するオブジェクトはありません。 | |
string | 文字列値。 | |
number | 数値。 | |
boolean | ブール値。 |
(必須*)
Wwise Authoring APIの詳細は、 Wwise Authoring API (WAAPI)を使用する を参照してください。