Add uv_rotation to model_entity 1.21.0 (#345)

This commit is contained in:
Legopitstop
2025-04-30 03:18:37 -05:00
committed by GitHub
parent 4da712c74d
commit 299afc41f8

View File

@@ -42,6 +42,15 @@
"type": "string",
"title": "Material Instance",
"description": "Specifies the UV's for the face that stretches."
},
"uv_rotation": {
"title": "Uv Rotation",
"description": "Specifies an optional rotation for the specified UV rect in 90-degree clockwise increments before applying it to a geometry cube face. If not specified, no rotation will be applied.",
"enum": [
90,
180,
270
]
}
}
},