Click or drag to resize

StyleBoxLineSetThickness Method

Note: This API is now obsolete.

[Missing <summary> documentation for "M:Godot.StyleBoxLine.SetThickness(System.Int32)"]

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
[ObsoleteAttribute("SetThickness is deprecated. Use the Thickness property instead.")]
public void SetThickness(
	int thickness
)

Parameters

thickness
Type: SystemInt32

[Missing <param name="thickness"/> documentation for "M:Godot.StyleBoxLine.SetThickness(System.Int32)"]

See Also