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

13 lines
276 B
JSON

{
"title": "Anchor To",
"description": "The anchor point of the element. This is the point that the element will be positioned relative to.",
"anyOf": [
{
"$ref": "../../general/anchor.json"
},
{
"$ref": "../../general/variable.json"
}
]
}