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",
|
"type": "string",
|
||||||
"description": "The audio to use. Can be a path to a .wav/.ogg/.mp3 file, or taken from the AudioClip list."
|
"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": {
|
"track": {
|
||||||
"description": "The audio track of this audio volume",
|
"description": "The audio track of this audio volume",
|
||||||
"default": "environment",
|
"default": "environment",
|
||||||
@ -2647,6 +2651,20 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"ClipSelectionType": {
|
||||||
|
"type": "string",
|
||||||
|
"description": "",
|
||||||
|
"x-enumNames": [
|
||||||
|
"RANDOM",
|
||||||
|
"SEQUENTIAL",
|
||||||
|
"MANUAL"
|
||||||
|
],
|
||||||
|
"enum": [
|
||||||
|
"random",
|
||||||
|
"sequential",
|
||||||
|
"manual"
|
||||||
|
]
|
||||||
|
},
|
||||||
"AudioMixerTrackName": {
|
"AudioMixerTrackName": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "",
|
"description": "",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user