Wwise SDK 2023.1.8
|
Indicates whether a property, reference, or object list is bound to a particular platform or to all platforms.
名称 | 类型 | 说明 |
---|---|---|
object * | any of: | The ID (GUID), name, or path of the object on which to query the link or unlink status for the specified properties. |
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。例如:\Actor-Mixer Hierarchy\Default Work Unit\New Sound SFX。 | |
property * | string | 属性的名称。For more information, refer to the list of Wwise Object properties in Wwise 对象参考. |
platform * | any of: | 平台的 ID (GUID) 或唯一名称。 |
string | 对象的名称。 | |
string | 以下形式的对象 GUID:{aabbcc00-1122-3344-5566-77889900aabb}。 |
(必填 *)
名称 | 类型 | 说明 |
---|---|---|
linked | boolean | Indicates whether the object is linked for the specified property. |
有关 Wwise Authoring API 的详细信息,请参阅 使用 Wwise Authoring API(WAAPI) 章节。