Wwise SDK 2024.1.4
|
Gets a view, if it exists in the current layout, or creates a new one.
名称 | 类型 | 说明 |
---|---|---|
name * | string | The unique identifier, as a string, of the view type to get or create. |
posX | integer | Initial position of the created view on the horizontal axis. Defaults to -1. |
posY | integer | Initial position of the created view on the vertical axis. Defaults to -1. |
(必填 *)
名称 | 类型 | 说明 |
---|---|---|
id | string | The unique ID of the view An object GUID of the form: {aabbcc00-1122-3344-5566-77889900aabb}. |
有关 Wwise Authoring API 的详细信息,请参阅 使用 Wwise Authoring API(WAAPI) 章节。