Updated Schemas

This commit is contained in:
github-actions[bot] 2022-08-22 23:48:01 +00:00
parent 9e8e2e4007
commit 4cbb7459d0

View File

@ -745,6 +745,14 @@
"default": 204,
"maximum": 2000.0,
"minimum": 4.0
},
"emissionMap": {
"type": "string",
"description": "Relative filepath to the texture used for emission. Optional."
},
"emissionColor": {
"description": "Color multiplier of the emission texture. Defaults to white.",
"$ref": "#/definitions/MColor"
}
}
},