Warning: you were redirected to the latest documentation corresponding to your major release ( 2024.1.1.8691 ). Should you wish to access your specific version's documentation, please download the offline documentation from the Audiokinetic Launcher and check the Offline Documentation option in Wwise Authoring.
link
Wwise SDK 2024.1.1
ak.wwise.ui.layout.getElementRectangle Result Schema
Schema
{
"type": "object",
"properties": {
"left": {
"type": "number",
"description": "The left position of the element."
},
"top": {
"type": "number",
"description": "The top position of the element."
},
"right": {
"type": "number",
"description": "The right position of the element."
},
"bottom": {
"type": "number",
"description": "The bottom position of the element."
}
},
"additionalProperties": false
}
Was this page helpful?
Need Support?
Questions? Problems? Need more info? Contact us, and we can help!