Click or drag to resize

NavigationMeshSetDetailSampleMaxError Method

Note: This API is now obsolete.

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

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

Parameters

detailSampleMaxError
Type: SystemSingle

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

See Also