Wwise SDK 2024.1.6
|
Retrieves the current allocated rectangle of a layout element. An empty rect is returned if the element is not found.
名称 | 类型 | 说明 |
---|---|---|
id * | string | The ID of the element. |
(必填 *)
名称 | 类型 | 说明 |
---|---|---|
left | number | The left position of the element. |
top | number | The top position of the element. |
right | number | The right position of the element. |
bottom | number | The bottom position of the element. |
有关 Wwise Authoring API 的详细信息,请参阅 使用 Wwise Authoring API(WAAPI) 章节。