Click or drag to resize

StyleBoxLineSetGrowEnd Method

Note: This API is now obsolete.

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

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

Parameters

offset
Type: SystemSingle

[Missing <param name="offset"/> documentation for "M:Godot.StyleBoxLine.SetGrowEnd(System.Single)"]

See Also