Files
minecraft-bedrock-json-schemas/source/resource/ui/elements/properties/anchor_from.json

13 lines
278 B
JSON
Raw Normal View History

2023-10-24 19:49:51 +02:00
{
"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"
}
]
}