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

Store ArrayMesh path in RenderingServer for use in error messages

This commit is contained in:
clayjohn
2023-11-14 16:27:10 +01:00
parent 59457685c1
commit ead36fdcc4
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)