Wwise SDK 2024.1.0
|
删除给定对象。Note that if a Work Unit is deleted, the operation cannot be undone and the project will be saved.
名称 | 类型 | 说明 |
---|---|---|
object * | 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。例如:\Actor-Mixer Hierarchy\Default Work Unit\New Sound SFX。 | |
autoCheckOutToSourceControl | boolean | Determines if Wwise automatically performs a Checkout source control operation for affected work units and for the project. 默认设为 true。 |
(必填 *)
有关 Wwise Authoring API 的详细信息,请参阅 使用 Wwise Authoring API(WAAPI) 章节。