Merge remote-tracking branch 'origin/audio-volume-direction' into audio-volume-direction

This commit is contained in:
JohnCorby 2023-06-05 17:58:53 -07:00
commit 1aae51a5dc

View File

@ -3458,18 +3458,6 @@
"pauseOnFadeOut": { "pauseOnFadeOut": {
"type": "boolean", "type": "boolean",
"description": "Pause the music when exiting the volume." "description": "Pause the music when exiting the volume."
},
"spatialBlend": {
"type": "boolean",
"description": "Whether the audio sounds like it emits from the center of the volume."
},
"spread": {
"type": "number",
"description": "If spatialBlend is true, how much does the direction of audio \"spread\" out from facing the center, between 0 and 180 degrees.",
"format": "float",
"default": 180.0,
"maximum": 180.0,
"minimum": 0.0
} }
} }
}, },