Click or drag to resize

ConcavePolygonShapeGetFaces Method

Note: This API is now obsolete.

Returns the faces (an array of triangles).

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
[ObsoleteAttribute("GetFaces is deprecated. Use the Data property instead.")]
public Vector3[] GetFaces()

Return Value

Type: Vector3

[Missing <returns> documentation for "M:Godot.ConcavePolygonShape.GetFaces"]

See Also