Wwise SDK 2025.1.0
|
打开由路径指定的工程。Please see ak.wwise.core.project.loaded for further explanations on how to be notified when the operation has completed.
名称 | 类型 | 说明 |
---|---|---|
path * | string | The path to the project WPROJ file. For using WAAPI on Mac, please see 在 Mac 上使用 WAAPI. |
onUpgrade | string | (DEPRECATED) The action to be executed when opening a project that needs to be upgraded. 注意,此项已弃用。Please use onMigrationRequired instead. 可能的值:
|
onMigrationRequired | string | The action to be executed when opening a project that needs to be migrated. 可能的值:
|
bypassSave | boolean | 指示是否不要提示用户保存当前工程。默认设为 true。 |
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) 章节。