You've already forked godot
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user