Updated Schemas

This commit is contained in:
Ben C 2023-08-22 23:25:07 +00:00
parent 11ddfa0a95
commit 4bb77c8832

View File

@ -3880,6 +3880,11 @@
"default": 1.0,
"maximum": 1.0,
"minimum": 0.0
},
"track": {
"description": "The audio track of this audio volume.\nMost of the time you'll use environment (the default) for sound effects and music for music. ",
"default": "environment",
"$ref": "#/definitions/NHAudioMixerTrackName"
}
}
},