Merge pull request #76371 from ze2j/array_mesh_surface_remove

Add `ArrayMesh::surface_remove`
This commit is contained in:
Thaddeus Crews 2024-12-19 19:59:56 -06:00
commit b715fabd70
No known key found for this signature in database
GPG key ID: 62181B86FE9E5D84
16 changed files with 420 additions and 149 deletions

View file

@ -376,6 +376,7 @@ public:
FUNC2(mesh_set_shadow_mesh, RID, RID)
FUNC2(mesh_surface_remove, RID, int)
FUNC1(mesh_clear, RID)
/* MULTIMESH API */