Click or drag to resize

CSGShapeGetMeshes Method

Returns an Array with two elements, the first is the Transform of this node and the second is the root Mesh of this node. Only works when this node is the root shape.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public Array GetMeshes()

Return Value

Type: Array

[Missing <returns> documentation for "M:Godot.CSGShape.GetMeshes"]

See Also