mirror of https://github.com/godotengine/godot
Fix misleading description of MeshDataTool.get_vertex() method
This commit is contained in:
parent
549fcce5f8
commit
fe45774f59
|
|
@ -171,7 +171,7 @@
|
||||||
<return type="Vector3" />
|
<return type="Vector3" />
|
||||||
<param index="0" name="idx" type="int" />
|
<param index="0" name="idx" type="int" />
|
||||||
<description>
|
<description>
|
||||||
Returns the vertex at given index.
|
Returns the position of the given vertex.
|
||||||
</description>
|
</description>
|
||||||
</method>
|
</method>
|
||||||
<method name="get_vertex_bones" qualifiers="const">
|
<method name="get_vertex_bones" qualifiers="const">
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue