Click or drag to resize
Ab4d.SharpEngine logo

InstancedTextNode(BitmapFont, Boolean, Vector3, Vector3, IBitmapIO, String) Constructor

Constructor

Namespace: Ab4d.SharpEngine.SceneNodes
Assembly: Ab4d.SharpEngine (in Ab4d.SharpEngine.dll) Version: 3.2.9386+3a404a3e1ebfa4efd231da7fe6f10dfb23b95dc4
Syntax
C#
public InstancedTextNode(
	BitmapFont bitmapFont,
	bool isSolidColorMaterial,
	Vector3 textDirection,
	Vector3 upDirection,
	IBitmapIO? bitmapIO = null,
	string? name = null
)

Parameters

bitmapFont  BitmapFont
BitmapFont
isSolidColorMaterial  Boolean
if true, then text is rendered with a solid color
textDirection  Vector3
text direction vector
upDirection  Vector3
Vector3D that is pointing in the text's up direction.
bitmapIO  IBitmapIO  (Optional)
BitmapIO
name  String  (Optional)
optional name
See Also