Click or drag to resize

NavigationMeshSetAgentHeight Method

Note: This API is now obsolete.

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

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

Parameters

agentHeight
Type: SystemSingle

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

See Also