Click or drag to resize
Ab4d.SharpEngine logo

TextBlockFactoryCreateTextBlock Method

Overload List
 NameDescription
Public methodCreateTextBlock(String, Vector3, Single, Single, String) CreateTextBlock that creates a GroupNode with text at the specified center position and text orientation. Color of the text, background and the border is specified with the properties in this class. To align the text to a specific position use the overload that takes position and positionType.
Public methodCreateTextBlock(String, Vector3, PositionTypes, Single, Single, String) CreateTextBlock that creates a GroupNode with text at the specified position, position type and text orientation. Color of the text, background and the border is specified with the properties in this class.
Public methodCreateTextBlock(Vector3, PositionTypes, String, Vector3, Vector3, String) CreateTextBlock that creates a GroupNode with text at the specified position, position type and text orientation. Color of the text, background and the border is specified with the properties in this class.
Top
See Also