Click or drag to resize

NavigationMeshSetVertsPerPoly Method

Note: This API is now obsolete.

[Missing <summary> documentation for "M:Godot.NavigationMesh.SetVertsPerPoly(System.Single)"]

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
[ObsoleteAttribute("SetVertsPerPoly is deprecated. Use the Polygon__vertsPerPoly property instead.")]
public void SetVertsPerPoly(
	float vertsPerPoly
)

Parameters

vertsPerPoly
Type: SystemSingle

[Missing <param name="vertsPerPoly"/> documentation for "M:Godot.NavigationMesh.SetVertsPerPoly(System.Single)"]

See Also