Click or drag to resize

NavigationMeshSetFilterWalkableLowHeightSpans Method

Note: This API is now obsolete.

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

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

Parameters

filterWalkableLowHeightSpans
Type: SystemBoolean

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

See Also