Updated scale timeline
This commit is contained in:
@@ -269,6 +269,12 @@
|
|||||||
"description": "UNDOCUMENTED",
|
"description": "UNDOCUMENTED",
|
||||||
"$comment": "UNDOCUMENTED",
|
"$comment": "UNDOCUMENTED",
|
||||||
"oneOf": [
|
"oneOf": [
|
||||||
|
{
|
||||||
|
"type": "array",
|
||||||
|
"description": "UNDOCUMENTED",
|
||||||
|
"$comment": "UNDOCUMENTED",
|
||||||
|
"$ref": "#/definitions/PositionV3"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"$ref": "../../molang/number.json",
|
"$ref": "../../molang/number.json",
|
||||||
"description": "Uniform scale"
|
"description": "Uniform scale"
|
||||||
@@ -280,8 +286,19 @@
|
|||||||
"additionalProperties": {
|
"additionalProperties": {
|
||||||
"title": "Timeline Object",
|
"title": "Timeline Object",
|
||||||
"description": "A single point in time",
|
"description": "A single point in time",
|
||||||
|
"oneOf": [
|
||||||
|
{
|
||||||
|
"$ref": "../../molang/number.json",
|
||||||
|
"description": "Uniform rotation"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "array",
|
||||||
|
"description": "UNDOCUMENTED",
|
||||||
|
"$comment": "UNDOCUMENTED",
|
||||||
|
"$ref": "#/definitions/ScaleV3"
|
||||||
|
},
|
||||||
|
{
|
||||||
"additionalProperties": false,
|
"additionalProperties": false,
|
||||||
"examples": [{ "0.0": {} }],
|
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
"lerp_mode": {
|
"lerp_mode": {
|
||||||
@@ -291,14 +308,26 @@
|
|||||||
"$comment": "UNDOCUMENTED",
|
"$comment": "UNDOCUMENTED",
|
||||||
"enum": ["linear", "catmullrom"]
|
"enum": ["linear", "catmullrom"]
|
||||||
},
|
},
|
||||||
"pre": { "title": "Pre", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "$ref": "#/definitions/ScaleV3" },
|
"pre": {
|
||||||
"post": { "title": "Pre", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED", "$ref": "#/definitions/ScaleV3" }
|
"title": "Pre",
|
||||||
|
"description": "UNDOCUMENTED",
|
||||||
|
"$comment": "UNDOCUMENTED",
|
||||||
|
"$ref": "#/definitions/ScaleV3"
|
||||||
|
},
|
||||||
|
"post": {
|
||||||
|
"title": "Pre",
|
||||||
|
"description": "UNDOCUMENTED",
|
||||||
|
"$comment": "UNDOCUMENTED",
|
||||||
|
"$ref": "#/definitions/ScaleV3"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"loop": {
|
"loop": {
|
||||||
|
|||||||
Reference in New Issue
Block a user