Click or drag to resize

SpatialMaterialSetLineWidth Method

Note: This API is now obsolete.

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

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

Parameters

lineWidth
Type: SystemSingle

[Missing <param name="lineWidth"/> documentation for "M:Godot.SpatialMaterial.SetLineWidth(System.Single)"]

See Also