Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions doc/classes/Shape3D.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
<return type="ArrayMesh" />
<description>
Returns the [ArrayMesh] used to draw the debug collision for this [Shape3D].
[b]Note:[/b] This generates a debug line mesh intended for visual debugging purposes only. It has no surface data accessible via [MeshDataTool], and cannot be used with [SurfaceTool] to create triangle meshes as they use different array layouts. To extract actual collision mesh data, use [method ConcavePolygonShape3D.get_faces] for trimesh collision shapes.
</description>
</method>
</methods>
Expand Down
Loading