doc: Update classref with node renames

A few extra renames for classes which were missed in last week's PRs.
This commit is contained in:
Rémi Verschelde
2020-03-30 18:22:57 +02:00
parent 0168709978
commit eaaee63b62
203 changed files with 1076 additions and 1095 deletions

View File

@@ -10,10 +10,10 @@
</tutorials>
<methods>
<method name="create_convex_shape" qualifiers="const">
<return type="Shape">
<return type="Shape3D">
</return>
<description>
Calculate a [ConvexPolygonShape] from the mesh.
Calculate a [ConvexPolygonShape3D] from the mesh.
</description>
</method>
<method name="create_outline" qualifiers="const">
@@ -27,10 +27,10 @@
</description>
</method>
<method name="create_trimesh_shape" qualifiers="const">
<return type="Shape">
<return type="Shape3D">
</return>
<description>
Calculate a [ConcavePolygonShape] from the mesh.
Calculate a [ConcavePolygonShape3D] from the mesh.
</description>
</method>
<method name="generate_triangle_mesh" qualifiers="const">