Click or drag to resize

NavigationMeshSetEdgeMaxError Method

Note: This API is now obsolete.

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

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

Parameters

edgeMaxError
Type: SystemSingle

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

See Also