Wwise SDK 2024.1.1
|
SoundBankのinclusionリストを修正します。SoundBankのinclusionリストを、'inclusions'引数が修正する方法を、'operation'引数が定義し、SoundBankのinclusionリストで、'inclusions'を追加したり、削除したり、置き換えたりすることができます。
Name | タイプ | 概要 |
---|---|---|
soundbank * | any of: | includeを追加するSoundBankの、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. | |
operation * | string | SoundBankのinclusionリストを、'inclusions'引数を使って修正する方法を定義し、SoundBankのinclusionリストで、'inclusions'を追加したり、削除したり、置き換えたりすることができます。可能な値:
|
inclusions * | array | SoundBankのinclusionのアレイ。 |
inclusions [...] | object | SoundBankのinclusion。 |
inclusions[...].object * | any of: | SoundBankのincludeリストに対して追加・削除するオブジェクトの、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. | |
inclusions[...].filter * | array | 何を含めるのかを定義する、inclusionタイプのアレイ。 |
inclusions[...].filter [...] | string | 可能なinclusionタイプの1つ。可能な値:
|
(必須*)
Wwise Authoring APIの詳細は、 Wwise Authoring API (WAAPI)を使用する を参照してください。