mirror of
https://github.com/Outer-Wilds-New-Horizons/new-horizons.git
synced 2025-12-11 20:15:44 +01:00
Updated Schemas
This commit is contained in:
parent
f7066781eb
commit
dcf119fe48
@ -2609,6 +2609,10 @@
|
||||
"type": "string",
|
||||
"description": "The audio to use. Can be a path to a .wav/.ogg/.mp3 file, or taken from the AudioClip list."
|
||||
},
|
||||
"clipSelection": {
|
||||
"default": "random",
|
||||
"$ref": "#/definitions/ClipSelectionType"
|
||||
},
|
||||
"track": {
|
||||
"description": "The audio track of this audio volume",
|
||||
"default": "environment",
|
||||
@ -2647,6 +2651,20 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"ClipSelectionType": {
|
||||
"type": "string",
|
||||
"description": "",
|
||||
"x-enumNames": [
|
||||
"RANDOM",
|
||||
"SEQUENTIAL",
|
||||
"MANUAL"
|
||||
],
|
||||
"enum": [
|
||||
"random",
|
||||
"sequential",
|
||||
"manual"
|
||||
]
|
||||
},
|
||||
"AudioMixerTrackName": {
|
||||
"type": "string",
|
||||
"description": "",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user