Version

menu_open
Wwise SDK 2024.1.0
ak.wwise.ui.layout.getOrCreateView Arguments Schema

Schema

{
"type": "object",
"properties": {
"name": {
"type": "string",
"description": "The unique identifier, as a string, of the view type to get or create."
},
"posX": {
"type": "integer",
"description": "Initial position of the created view on the horizontal axis. Defaults to -1."
},
"posY": {
"type": "integer",
"description": "Initial position of the created view on the vertical axis. Defaults to -1."
}
},
"required": [
"name"
],
"additionalProperties": false
}

Was this page helpful?

Need Support?

Questions? Problems? Need more info? Contact us, and we can help!

Visit our Support page

Tell us about your project. We're here to help.

Register your project and we'll help you get started with no strings attached!

Get started with Wwise