Wwise SDK 2024.1.0
|
打开由路径指定的工程。如需进一步了解如何在操作完成时接收通知,请参阅 ak.wwise.core.project.loaded 章节。
名称 | 类型 | 说明 |
---|---|---|
path * | string | The path to the project WPROJ file. 如需了解如何在 Mac 上使用 WAAPI,请参阅 在 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) 章节。