This commit is contained in:
DaanV2
2021-06-08 21:47:51 +02:00
parent 2bc772bc3c
commit 896f2547db
2 changed files with 3 additions and 4 deletions

View File

@@ -9,7 +9,7 @@
"title": "Coordinate",
"oneOf": [
{
"$ref": "../../../molang/number.json",
"$ref": "../../../../molang/number.json",
"description": "Expression for the coordinate (evaluated each iteration). Mutually exclusive with random distribution object below."
},
{
@@ -43,12 +43,12 @@
"items": [
{
"title": "Lower bound",
"$ref": "../../../molang/number.json",
"$ref": "../../../../molang/number.json",
"description": "Lower bound (inclusive) of the scatter range, as an offset from the input point to scatter around"
},
{
"title": "Upper bound",
"$ref": "../../../molang/number.json",
"$ref": "../../../../molang/number.json",
"description": "Upper bound (inclusive) of the scatter range, as an offset from the input point to scatter around"
}
]