Click or drag to resize

BitmapFontSetFallback Method

Note: This API is now obsolete.

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

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
[ObsoleteAttribute("SetFallback is deprecated. Use the Fallback property instead.")]
public void SetFallback(
	BitmapFont fallback
)

Parameters

fallback
Type: GodotBitmapFont

[Missing <param name="fallback"/> documentation for "M:Godot.BitmapFont.SetFallback(Godot.BitmapFont)"]

See Also