Click or drag to resize

BitmapFontAddTexture Method

Adds a texture to the BitmapFont.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public void AddTexture(
	Texture texture
)

Parameters

texture
Type: GodotTexture

[Missing <param name="texture"/> documentation for "M:Godot.BitmapFont.AddTexture(Godot.Texture)"]

See Also