iRDS - Intelligent Race Driver System  V 2.1.0.5
 All Classes Namespaces Functions Variables Properties Events
IRDSInitialCounter Class Reference
Inheritance diagram for IRDSInitialCounter:

Public Member Functions

void applyModifications ()
 Applies the modifications. More...
 
void applyModifications (Vector2 sceneScreen)
 Applies the modifications. More...
 
void activateGUI ()
 Activates the GU. More...
 
void deactivateGUI ()
 Deactivates the GU. More...
 

Public Attributes

int initialCounterFontSize
 The initial size of the counter font. More...
 
Color initialCounterColor
 The initial color of the counter. More...
 
bool initialCounter
 The initial counter. More...
 

Member Function Documentation

void IRDSInitialCounter.activateGUI ( )

Activates the GU.

void IRDSInitialCounter.applyModifications ( )

Applies the modifications.

void IRDSInitialCounter.applyModifications ( Vector2  sceneScreen)

Applies the modifications.

Parameters
sceneScreenScene screen.
void IRDSInitialCounter.deactivateGUI ( )

Deactivates the GU.

Member Data Documentation

bool IRDSInitialCounter.initialCounter

The initial counter.

Color IRDSInitialCounter.initialCounterColor

The initial color of the counter.

int IRDSInitialCounter.initialCounterFontSize

The initial size of the counter font.