目次
Wwise SDK 2018.1.11
|
ak.wwise.core.undo.beginGroup
Begins an undo group. Make sure to call ak.wwise.core.endUndoGroup exactly once for every ak.wwise.core.beginUndoGroup call you make. Calls to ak.wwise.core.beginUndoGroup can be nested.
Supported by
Graphical User Interface, Command-Line Interface.
Examples :
Beginning an undo group
Begins an undo group.
Arguments:
{}
Result:
{}
Detailed JSON Schema
Arguments :
{
"type": "object",
"properties": {},
"additionalProperties": false
}
Options :
{
"type": "object",
"properties": {},
"additionalProperties": false
}
Response :
{
"type": "object",
"properties": {},
"additionalProperties": false
}
Document version : 1