Table of Contents
Wwise SDK 2018.1.11
|
ak.wwise.core.project.saved
Sent when the project has been saved.
Supported by
Graphical User Interface.
Publications Format
Name | Type | Description |
---|---|---|
modifiedPaths * | array | Array of absolute paths to the Work Unit and Project files that were modified. |
(Required *)
Publications Format Details
modifiedPaths
type : array
description : Array of absolute paths to the Work Unit and Project files that were modified.
publishSchema / modifiedPaths / ...
items
type : string
Detailed JSON Schema
Options :
{
"type": "object",
"properties": {},
"additionalProperties": false
}
Publication schema :
{
"type": "object",
"properties": {
"modifiedPaths": {
"type": "array",
"description": "Array of absolute paths to the Work Unit and Project files that were modified.",
"items": {
"type": "string"
}
}
},
"required": [
"modifiedPaths"
],
"additionalProperties": false
}
Document version : 1