Wwise SDK 2019.1.11
|
Opens a project, specified by path. Please refer to ak.wwise.core.project.loaded for further explanations on how to be notified when the operation has completed.
Name | Type | Description |
---|---|---|
onUpgrade | string | The action to be done when opening a project that needs to be upgraded. Possible values:
|
path * | string | The path to the project file. For using WAAPI on Mac, please refer to MacでWAAPIを使う . |
bypassSave | boolean | Indicate if the user should not be prompted to save the currently opened project. |
(Required *)
Refer to Wwise Authoring API (WAAPI)を使用する for more information about WAAPI.