バージョン

menu_open
Wwise SDK 2019.1.11
Get the project name, path, and dirty state.

Retrieves the project name, file path, and dirty state. Note that the project name is defined in the WPROJ MXL, and may not match the filename. For using WAAPI on Mac, please refer to MacでWAAPIを使う .

Function URI

ak.wwise.core.object.get

Arguments

{
"from": {
"ofType": [
"Project"
]
}
}

Options

{
"return": [
"name",
"filePath",
"workunit:isDirty"
]
}

Result

{
"return": [
{
"filePath": "C:\\WwiseProjects\\MyProject\\MyProject.wproj",
"name": "MyProject",
"workunit:isDirty": true
}
]
}

Refer to Wwise Authoring API (WAAPI)を使用する for more information about WAAPI.


このページはお役に立ちましたか?

サポートは必要ですか?

ご質問や問題、ご不明点はございますか?お気軽にお問い合わせください。

サポートページをご確認ください

あなたのプロジェクトについて教えてください。ご不明な点はありませんか。

プロジェクトを登録していただくことで、ご利用開始のサポートをいたします。

Wwiseからはじめよう