mirror of
https://github.com/godotengine/godot.git
synced 2025-10-19 16:03:29 +00:00
Merge pull request #76371 from ze2j/array_mesh_surface_remove
Add `ArrayMesh::surface_remove`
This commit is contained in:
commit
b715fabd70
16 changed files with 420 additions and 149 deletions
|
@ -376,6 +376,7 @@ public:
|
|||
|
||||
FUNC2(mesh_set_shadow_mesh, RID, RID)
|
||||
|
||||
FUNC2(mesh_surface_remove, RID, int)
|
||||
FUNC1(mesh_clear, RID)
|
||||
|
||||
/* MULTIMESH API */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue