Wwise SDK 2025.1.0
|
将源对象的属性和列表与目标对象进行比对。
名称 | 类型 | 说明 |
---|---|---|
source * | any of: | 源对象的 ID (GUID)、名称或路径。 |
string | 由类型或 Short ID 限定的对象名称,格式为 type:name 或 Global:shortId。仅支持采用全局唯一名称或 Short Id 的对象类型。例如:Event:Play_Sound_01, Global:245489792 | |
string | 以下形式的对象 GUID:{aabbcc00-1122-3344-5566-77889900aabb}。 | |
string | Wwise 对象的工程路径,包含类别和 Work Unit。For example: \Containers\Default Work Unit\New Sound SFX. | |
target * | any of: | 目标对象的 ID (GUID)、名称或路径。 |
string | 由类型或 Short ID 限定的对象名称,格式为 type:name 或 Global:shortId。仅支持采用全局唯一名称或 Short Id 的对象类型。例如:Event:Play_Sound_01, Global:245489792 | |
string | 以下形式的对象 GUID:{aabbcc00-1122-3344-5566-77889900aabb}。 | |
string | Wwise 对象的工程路径,包含类别和 Work Unit。For example: \Containers\Default Work Unit\New Sound SFX. |
(必填 *)
名称 | 类型 | 说明 |
---|---|---|
properties | array | 此数组中包含存在差异的属性和引用的名称。 |
properties [...] | string | Property 或 Reference 名称。See Wwise 对象参考 for more information on the properties and references for all types available. |
lists | array | 此数组中包含存在差异的列表的名称。 |
lists [...] | string | List 名称。 |
有关 Wwise Authoring API 的详细信息,请参阅 使用 Wwise Authoring API(WAAPI) 章节。