3rd Eye Scene C#
3rd Eye Scene C# documentation
Tes::Handlers::Shape2D::Text2DHandler::Text2DManager Class Reference

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< TextEntryEntries [get]
 Enumerate the text list.

Detailed Description

Manages text rendering.


Member Function Documentation

void Tes::Handlers::Shape2D::Text2DHandler::Text2DManager::Add ( TextEntry  entry) [inline]

Add text to display.

Parameters:
entryText details.
void Tes::Handlers::Shape2D::Text2DHandler::Text2DManager::CategoryActive ( ushort  categoryID,
bool  active 
) [inline]

Sets the active state of text matching categoryID .

Parameters:
categoryIDThe category to (de)activate.
activeTrue to activate.
bool Tes::Handlers::Shape2D::Text2DHandler::Text2DManager::Remove ( uint  id) [inline]

Remove text.

Parameters:
idObject 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:
entryUpdated text details.

The documentation for this class was generated from the following file:
 All Classes Namespaces Functions Variables Enumerations Properties Events