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

@ -74,6 +74,7 @@ public:
virtual void mesh_set_shadow_mesh(RID p_mesh, RID p_shadow_mesh) = 0;
virtual void mesh_surface_remove(RID p_mesh, int p_surface) = 0;
virtual void mesh_clear(RID p_mesh) = 0;
virtual bool mesh_needs_instance(RID p_mesh, bool p_has_skeleton) = 0;