Click or drag to resize

NavigationMeshSetFilterLedgeSpans Method

Note: This API is now obsolete.

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

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
[ObsoleteAttribute("SetFilterLedgeSpans is deprecated. Use the Filter__ledgeSpans property instead.")]
public void SetFilterLedgeSpans(
	bool filterLedgeSpans
)

Parameters

filterLedgeSpans
Type: SystemBoolean

[Missing <param name="filterLedgeSpans"/> documentation for "M:Godot.NavigationMesh.SetFilterLedgeSpans(System.Boolean)"]

See Also