MeshDataTool.get_face_vertex() has a unclear description. #7852
Labels
area:class reference
Issues and PRs about the class reference, which should be addressed on the Godot engine repository
enhancement
Your Godot version:
Godot v4.0.2
Issue description:
The function description for
MeshDataTool.get_face_vertex()
is unclear as to the data type that is returned.This is a bit confusing since the function returns the vertex index.
May I suggest something like this?
As a side note, it would make more sense if this function returned a vertex (Vector3) instead of a vertex index (Int).
Maybe that's just me.
URL to the documentation page (if already existing):
https://docs.godotengine.org/en/4.0/classes/class_meshdatatool.html
The text was updated successfully, but these errors were encountered: