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

13 lines
278 B
JSON

{
"title": "Anchor From",
"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"
}
]
}