mirror of
https://github.com/godotengine/godot.git
synced 2024-12-02 09:02:45 +00:00
Exposed create_from_mesh in Navmesh
This commit is contained in:
parent
9575dbdf78
commit
deaf095dcf
@ -208,6 +208,8 @@ void NavigationMesh::_bind_methods() {
|
||||
ClassDB::bind_method(D_METHOD("get_polygon", "idx"), &NavigationMesh::get_polygon);
|
||||
ClassDB::bind_method(D_METHOD("clear_polygons"), &NavigationMesh::clear_polygons);
|
||||
|
||||
ClassDB::bind_method(D_METHOD("create_from_mesh", "mesh"), &NavigationMesh::create_from_mesh);
|
||||
|
||||
ClassDB::bind_method(D_METHOD("_set_polygons", "polygons"), &NavigationMesh::_set_polygons);
|
||||
ClassDB::bind_method(D_METHOD("_get_polygons"), &NavigationMesh::_get_polygons);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user