バージョン

menu_open
Wwise SDK 2019.1.11
ak.wwise.core.getInfo Result Schema

Schema

{
"type": "object",
"properties": {
"processId": {
"type": "integer",
"description": "The process identifier of Wwise."
},
"displayName": {
"pattern": "Wwise",
"type": "string",
"description": "Display Name of Wwise."
},
"copyright": {
"minLength": 1,
"type": "string",
"description": "Copyright information."
},
"processPath": {
"type": "string",
"description": "The process path of Wwise."
},
"directories": {
"type": "object",
"description": "Collection of directories used by Wwise.",
"properties": {
"bin": {
"minLength": 1,
"type": "string",
"description": "The bin directory, where Wwise.exe is located."
},
"help": {
"minLength": 1,
"type": "string",
"description": "The help directory."
},
"user": {
"minLength": 1,
"type": "string",
"description": "The Wwise user data directory root."
},
"install": {
"minLength": 1,
"type": "string",
"description": "The root directory of Wwise. This is the installation directory."
},
"authoring": {
"minLength": 1,
"type": "string",
"description": "The Wwise Authoring root directory"
},
"log": {
"minLength": 1,
"type": "string",
"description": "The log directory."
}
}
},
"apiVersion": {
"minimum": 1,
"type": "number",
"description": "Version of the Wwise Authoring API."
},
"platform": {
"enum": [
"x64",
"win32"
],
"type": "string",
"description": "Indicate the platform on which Wwise was built."
},
"version": {
"type": "object",
"properties": {
"major": {
"minimum": 0,
"type": "integer",
"maximum": 100,
"description": "Major number of version."
},
"displayName": {
"minLength": 1,
"type": "string",
"description": "Wwise version name."
},
"build": {
"minimum": 1,
"type": "integer",
"description": "Build number."
},
"year": {
"minimum": 2000,
"type": "integer",
"maximum": 2100,
"description": "Year of version."
},
"nickname": {
"type": "string",
"description": "Special name given to a version."
},
"minor": {
"minimum": 0,
"type": "integer",
"maximum": 100,
"description": "Minor number of version."
},
"schema": {
"minimum": 1,
"type": "integer",
"description": "Schema version for the Wwise Project and Work Units."
}
},
"description": "Wwise version object."
},
"branch": {
"minLength": 1,
"type": "string",
"description": "Branch built."
},
"isCommandLine": {
"type": "boolean",
"description": "Indicate if Wwise is running in command line."
},
"configuration": {
"enum": [
"release",
"debug"
],
"type": "string",
"description": "Indicate a release or debug build."
}
}
}

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

サポートは必要ですか?

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

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

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

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

Wwiseからはじめよう