Click or drag to resize

BitmapFontSetAscent Method

Note: This API is now obsolete.

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

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

Parameters

px
Type: SystemSingle

[Missing <param name="px"/> documentation for "M:Godot.BitmapFont.SetAscent(System.Single)"]

See Also