Click or drag to resize

NavigationMeshSetEdgeMaxLength Method

Note: This API is now obsolete.

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

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

Parameters

edgeMaxLength
Type: SystemSingle

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

See Also