Files
minecraft-bedrock-json-schemas/source/resource/ui/elements/properties/to.json
2023-10-24 19:49:51 +02:00

13 lines
181 B
JSON

{
"title": "To",
"description": "The ending point of the animation.",
"anyOf": [
{
"type": "number"
},
{
"$ref": "../../general/vec2.json"
}
]
}