menu
版本
2024.1.6.8842
2024.1.6.8842
2023.1.14.8770
2022.1.19.8584
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
2024.1.6.8842
2023.1.14.8770
2022.1.19.8584
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
Wwise SDK 2024.1.6
|
Retrieves a list of all view instances of a layout.
名称 | 类型 | 说明 |
---|---|---|
name * | string | The name of the layout to inspect. |
(必填 *)
名称 | 类型 | 说明 |
---|---|---|
viewInstances | array | Array of all view instances of a layout. |
viewInstances [...] | object | A Wwise view instance part of a layout. |
viewInstances[...].viewName | string | Name of the view instance. |
viewInstances[...].viewID | string | ID of the view instance. An object GUID of the form: {aabbcc00-1122-3344-5566-77889900aabb}. |
viewInstances[...].viewIsDocked | boolean | True if the view is docked. |
viewInstances[...].viewDisplayName | string | Display name of the view instance. |
有关 Wwise Authoring API 的详细信息,请参阅 使用 Wwise Authoring API(WAAPI) 章节。