|
Wwise SDK 2025.1.3
|
'parent'の子として、タイプが'type'のオブジェクトを作成します。See オーディオファイルのインポートとストラクチャーの作成 for more information about creating objects. Also see ak.wwise.core.audio.import to import audio files to Wwise. To create Effect or Source plug-ins, use ak.wwise.core.object.set, and see Wwiseオブジェクトリファレンス for the classId.
| Name | タイプ | 概要 |
|---|---|---|
| parent * | 新しいオブジェクトの親の、ID (GUID)、名前、またはパス。 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. | |
| list | string | オブジェクトを挿入するリストの名前。この引数を設定すると、オブジェクトは、子としてではなく、親が所有するリストに挿入されます。 |
| onNameConflict | string | "parent"に、すでに同名の子がある場合に、取るべきアクション。デフォルト値は、"fail"です。See 名前の衝突モードを理解します for more information. 可能な値:
|
| platform | このコマンドでプロパティを設定する際に使用するプラットフォームの、ID (GUID)または固有の名前。プラットフォームの指定がなければ、リンクされた全てのプラットフォームに、この値を設定します。 Any of: | |
| string | オブジェクト名。 | |
| string | オブジェクトGUIDで、その形式は: {aabbcc00-1122-3344-5566-77889900aabb}。 | |
| autoAddToSourceControl | boolean | Determines if Wwise automatically performs an Add source control operation for affected work units. デフォルトはtrueです。 |
| type * | string | 新しいオブジェクトのタイプ。See Wwiseオブジェクトリファレンス for possible object types. |
| name * | string | 新しいオブジェクトの名前。 |
| id | string | For internal use only! The ID (GUID) to assign to the newly created Object. An object GUID of the form: {aabbcc00-1122-3344-5566-77889900aabb}. |
| notes | string | 新しいオブジェクトの備考(notes)やコメント。 |
| children | array | 作成する子オブジェクトのアレイ。 |
| children [...] | object | 作成する子オブジェクト。 |
| children[...].type * | string | 新しいオブジェクトのタイプ。See Wwiseオブジェクトリファレンス for possible object types or Wwise Nodes Reference for possible node types |
| children[...].name * | string | 新しいオブジェクトの名前。 |
| children[...].id | string | For internal use only! The ID (GUID) to assign to the newly created Object. An object GUID of the form: {aabbcc00-1122-3344-5566-77889900aabb}. |
| children[...].notes | string | 新しいオブジェクトの備考(notes)やコメント。 |
| children[...].children | 作成する子オブジェクトのアレイ。(再帰的) | |
| children[...].regex(^@[:_a-zA-Z0-9]+$) | プロパティ @propertyName の値を設定します。See Wwiseオブジェクトリファレンス for property names. Any of: | |
| null | null値。参照するオブジェクトはありません。 | |
| string | 文字列値。 | |
| number | 数値。 | |
| boolean | ブール値。 | |
| regex(^@[:_a-zA-Z0-9]+$) | プロパティ @propertyName の値を設定します。See Wwiseオブジェクトリファレンス for property names. Any of: | |
| null | null値。参照するオブジェクトはありません。 | |
| string | 文字列値。 | |
| number | 数値。 | |
| boolean | ブール値。 |
(必須*)
| Name | タイプ | 概要 |
|---|---|---|
| id | string | 新しく作成したObjectのID(GUID)。 オブジェクトGUIDで、その形式は: {aabbcc00-1122-3344-5566-77889900aabb}。 |
| name | string | 新しく作成したObjectの名前。 |
| children | array | 作成されたオブジェクトの、子。 |
| children [...] | object | 作成したオブジェクト。 |
| children[...].id | string | 新しく作成したObjectのID(GUID)。 オブジェクトGUIDで、その形式は: {aabbcc00-1122-3344-5566-77889900aabb}。 |
| children[...].name | string | 新しく作成したObjectの名前。 |
| children[...].children | array | 作成されたオブジェクトの、子。 |
| children[...].children [...] | 作成したオブジェクト。 |
Wwise Authoring APIの詳細は、 Wwise Authoring API (WAAPI)を使用する を参照してください。