Click or drag to resize

ConcavePolygonShapeSetFaces Method

Note: This API is now obsolete.

Sets the faces (an array of triangles).

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

Parameters

faces
Type: GodotVector3

[Missing <param name="faces"/> documentation for "M:Godot.ConcavePolygonShape.SetFaces(Godot.Vector3[])"]

See Also