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

Store ArrayMesh path in RenderingServer for use in error messages

(cherry picked from commit ead36fdcc4)
This commit is contained in:
clayjohn
2023-11-14 16:27:10 +01:00
committed by Rémi Verschelde
parent 138b3ded67
commit 2ec1d8043c
12 changed files with 63 additions and 6 deletions

View File

@@ -315,6 +315,9 @@ public:
FUNC2(mesh_set_custom_aabb, RID, const AABB &)
FUNC1RC(AABB, mesh_get_custom_aabb, RID)
FUNC2(mesh_set_path, RID, const String &)
FUNC1RC(String, mesh_get_path, RID)
FUNC2(mesh_set_shadow_mesh, RID, RID)
FUNC1(mesh_clear, RID)