Wwise SDK 2022.1.17
|
'parent'の子として、タイプが'type'のオブジェクトを作成します。オブジェクトの作成の詳細については、 オーディオファイルのインポートとストラクチャーの作成 を参照してください。また、Wwiseへのオーディオファイルのインポートについては、 ak.wwise.core.audio.import も参照してください。
Name | タイプ | 概要 |
---|---|---|
parent * | any of: | 新しいオブジェクトの親の、ID (GUID)、名前、またはパス。 |
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オブジェクトへのプロジェクトパスで、カテゴリと、ワークユニットを含みます。例えば: \Actor-Mixer Hierarchy\Default Work Unit\New Sound SFX. | |
list | string | オブジェクトを挿入するリストの名前。この引数を設定すると、オブジェクトは、子としてではなく、親が所有するリストに挿入されます。 |
onNameConflict | string | "parent"に、すでに同名の子がある場合に、取るべきアクション。デフォルト値は、"fail"です。詳細は、名前の衝突モードを理解します を参照してください。可能な値:
|
platform | any of: | このコマンドでプロパティを設定する際に使用するプラットフォームの、ID (GUID)または固有の名前。プラットフォームの指定がなければ、リンクされた全てのプラットフォームに、この値を設定します。 |
string | オブジェクト名。 | |
string | オブジェクトGUIDで、その形式は: {aabbcc00-1122-3344-5566-77889900aabb}。 | |
autoAddToSourceControl | boolean | Determines if Wwise automatically performs an Add or Checkout source control operation for affected work units. デフォルトはfalseです。 |
type * | string | 新しいオブジェクトのタイプ。可能なオブジェクトタイプについては、 Wwiseオブジェクトリファレンス を参照してください。 |
name * | string | 新しいオブジェクトの名前。 |
notes | string | 新しいオブジェクトの備考(notes)やコメント。 |
children | array | 作成する子オブジェクトのアレイ。 |
children [...] | object | 作成する子オブジェクト。 |
children[...].type * | string | 新しいオブジェクトのタイプ。可能なオブジェクトタイプについては、 Wwiseオブジェクトリファレンス を参照してください。 |
children[...].name * | string | 新しいオブジェクトの名前。 |
children[...].notes | string | 新しいオブジェクトの備考(notes)やコメント。 |
children[...].children | 作成する子オブジェクトのアレイ。(再帰的) | |
children[...].regex(^@[:_a-zA-Z0-9]+$) | any of: | プロパティ @propertyName の値を設定します。プロパティの名前については、 Wwiseオブジェクトリファレンス を参照してください。 プロパティの値。 |
null | null値。参照するオブジェクトはありません。 | |
string | 文字列値。 | |
number | 数値。 | |
boolean | ブール値。 | |
regex(^@[:_a-zA-Z0-9]+$) | any of: | プロパティ @propertyName の値を設定します。プロパティの名前については、 Wwiseオブジェクトリファレンス を参照してください。 プロパティの値。 |
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)を使用する を参照してください。