UNDOCUMENTATED description

This commit is contained in:
DaanV2
2021-06-09 09:41:09 +02:00
parent 0bff0baa33
commit b68ba1865c
122 changed files with 326 additions and 301 deletions

View File

@@ -134,7 +134,7 @@
"description": "Override calculated value (set as the last keyframe time) and set animation length in seconds.",
"type": "number"
},
"blend_weight": { "title": "Blend Weight", "description": "TODO", "$ref": "../../../molang/number.json" },
"blend_weight": { "title": "Blend Weight", "description": "UNDOCUMENTATED", "$ref": "../../../molang/number.json" },
"bones": {
"title": "Bones",
"description": "Defines how the bones in an animation move or transform",
@@ -160,9 +160,9 @@
"description": "A single point in time",
"additionalProperties": false,
"properties": {
"lerp_mode": { "type": "string", "title": "Lerp Mode", "description": "TODO", "enum": ["linear", "catmullrom"] },
"pre": { "title": "Pre", "description": "TODO", "$ref": "#/definitions/PositionV3" },
"post": { "title": "Pre", "description": "TODO", "$ref": "#/definitions/PositionV3" }
"lerp_mode": { "type": "string", "title": "Lerp Mode", "description": "UNDOCUMENTATED", "enum": ["linear", "catmullrom"] },
"pre": { "title": "Pre", "description": "UNDOCUMENTATED", "$ref": "#/definitions/PositionV3" },
"post": { "title": "Pre", "description": "UNDOCUMENTATED", "$ref": "#/definitions/PositionV3" }
}
}
}
@@ -182,9 +182,9 @@
"description": "A single point in time",
"additionalProperties": false,
"properties": {
"lerp_mode": { "type": "string", "title": "Lerp Mode", "description": "TODO", "enum": ["linear", "catmullrom"] },
"pre": { "title": "Pre", "description": "TODO", "$ref": "#/definitions/RotationV3" },
"post": { "title": "Pre", "description": "TODO", "$ref": "#/definitions/RotationV3" }
"lerp_mode": { "type": "string", "title": "Lerp Mode", "description": "UNDOCUMENTATED", "enum": ["linear", "catmullrom"] },
"pre": { "title": "Pre", "description": "UNDOCUMENTATED", "$ref": "#/definitions/RotationV3" },
"post": { "title": "Pre", "description": "UNDOCUMENTATED", "$ref": "#/definitions/RotationV3" }
}
}
}
@@ -203,7 +203,7 @@
},
"scale": {
"title": "Scale",
"description": "TODO",
"description": "UNDOCUMENTATED",
"oneOf": [
{ "$ref": "../../../molang/number.json" },
{ "$ref": "#/definitions/ScaleV3" },
@@ -215,9 +215,9 @@
"description": "A single point in time",
"additionalProperties": false,
"properties": {
"lerp_mode": { "type": "string", "title": "Lerp Mode", "description": "TODO", "enum": ["linear", "catmullrom"] },
"pre": { "title": "Pre", "description": "TODO", "$ref": "#/definitions/ScaleV3" },
"post": { "title": "Pre", "description": "TODO", "$ref": "#/definitions/ScaleV3" }
"lerp_mode": { "type": "string", "title": "Lerp Mode", "description": "UNDOCUMENTATED", "enum": ["linear", "catmullrom"] },
"pre": { "title": "Pre", "description": "UNDOCUMENTATED", "$ref": "#/definitions/ScaleV3" },
"post": { "title": "Pre", "description": "UNDOCUMENTATED", "$ref": "#/definitions/ScaleV3" }
}
}
}
@@ -243,7 +243,7 @@
},
"particle_effects": {
"title": "Particle Effects",
"description": "TODO",
"description": "UNDOCUMENTATED",
"type": "object",
"propertyNames": { "pattern": "^(\\d+\\.\\d+|\\d+)$", "examples": ["0.0"] },
"additionalProperties": {
@@ -262,7 +262,7 @@
},
"sound_effects": {
"title": "Sound Effect",
"description": "TODO",
"description": "UNDOCUMENTATED",
"type": "object",
"propertyNames": { "pattern": "^(\\d+\\.\\d+|\\d+)$" },
"additionalProperties": {