Warning: you were redirected to the latest documentation corresponding to your major release ( 2024.1.2.8725 ). 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.2
ak.wwise.ui.layout.moveSplitter Arguments Schema
Schema
{
"type": "object",
"properties": {
"id": {
"type": "string",
"description": "The ID of the splitter to move."
},
"delta": {
"type": "integer",
"description": "The delta, in pixels, to add to the splitter position."
}
},
"required": [
"id",
"delta"
],
"additionalProperties": false
}
Was this page helpful?
Need Support?
Questions? Problems? Need more info? Contact us, and we can help!