|
TextBlockFactory Methods |
The TextBlockFactory type exposes the following members.
Methods | Name | Description |
---|
| CreateTextBlock(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.
|
| CreateTextBlock(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.
|
| CreateTextBlock(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.
|
TopSee Also