menu
 
版本
2023.1.11.8682

2024.1.3.8749

2023.1.11.8682

2022.1.18.8567

2021.1.14.8108

2019.2.15.7667

2019.1.11.7296

2018.1.11.6987

2017.2.10.6745

2017.1.9.6501

2016.2.6.6153

2015.1.9.5624


menu_open
Wwise SDK 2023.1.11
ak.wwise.ui.commands.executed 选项架构

架构

{
"type": "object",
"description": "Specifies the return options for every object returned.\\n Object specifying the options for the results.",
"properties": {
"return": {
"type": "array",
"description": "指定要为每个对象返回什么内容。有关可用属性和引用的详细信息,请参阅 \\ref wobjects_index 章节。\\n 此数组中包含一系列 return 表达式,用于定义所要返回的 Wwise 对象元素。这可能包括内置访问器(如名称或 ID)或对象属性(如 Volume 或 Pitch)。",
"items": {
"description": "return 表达式。",
"anyOf": [
{
"type": "string",
"description": "为 Wwise 对象指定一个或多个内置访问器。",
"enum": [
"id",
"name",
"notes",
"type",
"pluginName",
"shortId",
"classId",
"category",
"filePath",
"workunit",
"parent",
"owner",
"path",
"isPlayable",
"childrenCount",
"totalSize",
"mediaSize",
"objectSize",
"structureSize",
"sound:convertedWemFilePath",
"sound:originalWavFilePath",
"soundbank:bnkFilePath",
"music:transitionRoot",
"music:playlistRoot",
"audioSource:playbackDuration",
"audioSource:maxDurationSource",
"audioSource:trimValues",
"audioSource:maxRadiusAttenuation",
"audioSource:language",
"workunit:isDefault",
"workunit:type",
"workunit:isDirty",
"switchContainerChild:context",
"convertedWemFilePath",
"originalFilePath",
"originalRelativeFilePath",
"convertedFilePath",
"originalWavFilePath",
"soundbankBnkFilePath",
"musicTransitionRoot",
"musicPlaylistRoot",
"playbackDuration",
"duration",
"maxDurationSource",
"audioSourceTrimValues",
"maxRadiusAttenuation",
"audioSourceLanguage",
"workunitIsDefault",
"workunitType",
"workunitIsDirty",
"switchContainerChildContext",
"isExplicitMute",
"isExplicitSolo",
"isImplicitMute",
"isImplicitSolo",
"isIncluded",
"points",
"stateProperties",
"stateGroups"
]
},
{
"type": "string",
"description": "指定一个或多个点号分隔的访问器,来构建查询并生成数值或对象引用。若指定一个 @,则返回关联对象的属性值。若指定两个 @,则返回 override 对应源的属性值。参阅 \\ref wobjects_index 章节。"
}
]
}
},
"platform": {
"anyOf": [
{
"type": "string",
"description": "平台的名称。"
},
{
"type": "string",
"pattern": "^\\{[a-fA-F0-9]{8}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{12}\\}$",
"description": "平台的 ID。\\n 以下形式的对象 GUID:{aabbcc00-1122-3344-5566-77889900aabb}。"
}
],
"description": "平台的 ID (GUID) 或名称。此项为可选参数。若不作任何指定,则使用当前平台。"
},
"language": {
"anyOf": [
{
"type": "string",
"description": "语言的名称。"
},
{
"type": "string",
"pattern": "^\\{[a-fA-F0-9]{8}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{12}\\}$",
"description": "语言的 ID。\\n 以下形式的对象 GUID:{aabbcc00-1122-3344-5566-77889900aabb}。"
}
],
"description": "语言的 ID (GUID) 或名称。"
}
},
"additionalProperties": false
}

此页面对您是否有帮助?

需要技术支持?

仍有疑问?或者问题?需要更多信息?欢迎联系我们,我们可以提供帮助!

查看我们的“技术支持”页面

介绍一下自己的项目。我们会竭力为您提供帮助。

来注册自己的项目,我们帮您快速入门,不带任何附加条件!

开始 Wwise 之旅