1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-04 12:00:25 +00:00

Add ArrayMesh::surface_remove

This commit is contained in:
ze2j
2024-11-27 12:45:05 +01:00
parent bbc54692c0
commit 97e0b43faa
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 */