Click or drag to resize

NavigationMeshSetAgentRadius Method

Note: This API is now obsolete.

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

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

Parameters

agentRadius
Type: SystemSingle

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

See Also