diff --git a/doc/base/classes.xml b/doc/base/classes.xml
index a097470306f..b8ddb9efe13 100644
--- a/doc/base/classes.xml
+++ b/doc/base/classes.xml
@@ -27373,6 +27373,7 @@
+ Calculate a [ConvexPolygonShape] from the mesh.
@@ -27381,24 +27382,28 @@
+ Calculate an outline mesh at a defined offset (margin) from the original mesh. Note: Typically returns the vertices in reverse order (e.g. clockwise to anti-clockwise).
+ Calculate a [ConcavePolygonShape] from the mesh.
+ Generate a [TriangleMesh] from the mesh.
+ Returns all the vertices that make up the faces of the mesh. Each three vertices represent one triangle.
@@ -27770,6 +27775,7 @@
+ This helper creates a [StaticBody] child [Node] with a [ConvexPolygonShape] [CollisionShape] calculated from the mesh geometry. It's mainly used for testing.
@@ -27782,14 +27788,14 @@
- This helper creates a [StaticBody] child [Node] using the mesh geometry as collision. It's mainly used for testing.
+ This helper creates a [StaticBody] child [Node] with a [ConcavePolygonShape] [CollisionShape] calculated from the mesh geometry. It's mainly used for testing.
- Return the current [Mesh] resource for the instance.
+ Returns the current [Mesh] resource for the instance.
@@ -27804,6 +27810,7 @@
+ Returns the [Material] for a surface of the [Mesh] resource.
@@ -27812,7 +27819,6 @@
- Set the [Mesh] resource for the instance.
@@ -27831,13 +27837,16 @@
+ Sets the [Material] for a surface of the [Mesh] resource.
+ The [Mesh] resource for the instance.
+ [NodePath] to the [Skeleton] associated with the instance.