Manages text rendering.
More...
List of all members.
Public Member Functions |
void | Add (TextEntry entry) |
| Add text to display.
|
bool | UpdateEntry (TextEntry entry) |
| Update existing text display.
|
bool | Remove (uint id) |
| Remove text.
|
void | Clear () |
| Clear all text.
|
void | CategoryActive (ushort categoryID, bool active) |
| Sets the active state of text matching categoryID .
|
Properties |
IEnumerable< TextEntry > | Entries [get] |
| Enumerate the text list.
|
Detailed Description
Member Function Documentation
void Tes::Handlers::Shape2D::Text2DHandler::Text2DManager::Add |
( |
TextEntry |
entry | ) |
[inline] |
Add text to display.
- Parameters:
-
void Tes::Handlers::Shape2D::Text2DHandler::Text2DManager::CategoryActive |
( |
ushort |
categoryID, |
|
|
bool |
active |
|
) |
| [inline] |
Sets the active state of text matching categoryID .
- Parameters:
-
categoryID | The category to (de)activate. |
active | True to activate. |
bool Tes::Handlers::Shape2D::Text2DHandler::Text2DManager::Remove |
( |
uint |
id | ) |
[inline] |
Remove text.
- Parameters:
-
id | Object ID of the text to remove. |
- Returns:
- True if the corresponding entry was found and removed.
bool Tes::Handlers::Shape2D::Text2DHandler::Text2DManager::UpdateEntry |
( |
TextEntry |
entry | ) |
[inline] |
Update existing text display.
- Parameters:
-
entry | Updated text details. |
The documentation for this class was generated from the following file: