You've already forked godot
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:
committed by
Rémi Verschelde
parent
138b3ded67
commit
2ec1d8043c
@@ -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