Updated Schemas

This commit is contained in:
github-actions[bot] 2022-08-30 07:17:30 +00:00
parent 3ecd8e745a
commit e64ad0f9ef

View File

@ -1822,6 +1822,11 @@
"description": "The audio track of this audio volume", "description": "The audio track of this audio volume",
"default": "environment", "default": "environment",
"$ref": "#/definitions/AudioMixerTrackName" "$ref": "#/definitions/AudioMixerTrackName"
},
"loop": {
"type": "boolean",
"description": "Whether to loop this audio while in this audio volume",
"default": true
} }
} }
}, },