mirror of
https://github.com/godotengine/godot.git
synced 2026-01-05 06:11:29 +03:00
Documentation: Unify deprecations
This commit is contained in:
@@ -1304,6 +1304,8 @@ AABB SurfaceTool::get_aabb() const {
|
||||
return aabb;
|
||||
}
|
||||
Vector<int> SurfaceTool::generate_lod(float p_threshold, int p_target_index_count) {
|
||||
WARN_DEPRECATED_MSG(R"*(The "SurfaceTool.generate_lod()" method is deprecated. Consider using "ImporterMesh.generate_lods()" instead.)*");
|
||||
|
||||
Vector<int> lod;
|
||||
|
||||
ERR_FAIL_COND_V(simplify_func == nullptr, lod);
|
||||
|
||||
Reference in New Issue
Block a user