mirror of
https://github.com/godotengine/godot.git
synced 2026-01-06 10:11:57 +03:00
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:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user