Click or drag to resize

ReferenceRectSetBorderWidth Method

Note: This API is now obsolete.

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

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

Parameters

width
Type: SystemSingle

[Missing <param name="width"/> documentation for "M:Godot.ReferenceRect.SetBorderWidth(System.Single)"]

See Also