Click or drag to resize

RayShapeSetLength Method

Note: This API is now obsolete.

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

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

Parameters

length
Type: SystemSingle

[Missing <param name="length"/> documentation for "M:Godot.RayShape.SetLength(System.Single)"]

See Also