Click or drag to resize

NavigationMeshSetFilterLowHangingObstacles Method

Note: This API is now obsolete.

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

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

Parameters

filterLowHangingObstacles
Type: SystemBoolean

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

See Also