Click or drag to resize

GeometryInstanceSetLodMinDistance Method

Note: This API is now obsolete.

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

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

Parameters

mode
Type: SystemSingle

[Missing <param name="mode"/> documentation for "M:Godot.GeometryInstance.SetLodMinDistance(System.Single)"]

See Also