Files
minecraft-bedrock-json-schemas/source/resource/ui/elements/properties/use_child_anchors.json
ライゼン1920 e4b2710423 Update JSON UI schemas (#192)
* Implement some missing `ui/` schemas

- Add `allow_debug_missing_texture`
- Add `propagate_alpha`
- Add `use_child_anchors`

* Tweak descriptions of `item_ref`

It should be noted that UI are referred to as "elements."

Moreover, the examples used colon (`:`) instead of dots (`.`) which contradicts the given description.

* Add more enum values to the `easing` property

These are all known values, aside from the five that was given.
2023-11-06 21:04:26 +01:00

6 lines
186 B
JSON

{
"title": "Use Child Anchors",
"description": "If true, this element will stack its controlled element in respect to their anchor values.",
"$ref": "../../general/boolean.json"
}