Resonance Game
Team Walterio Fuchsbauer
 All Classes Namespaces Files Functions Variables Enumerations Properties
Resonance.ThreadObject Class Reference

Class used for the separate thread. More...

List of all members.

Public Member Functions

 ThreadObject (Action functionToLoad, Action functionCalledWhenDone)
 Creates object that has a thread to carry out and thread to call once finished.
void startThread ()
 Called once to start the thread.

Detailed Description

Class used for the separate thread.


Constructor & Destructor Documentation

Resonance.ThreadObject.ThreadObject ( Action  functionToLoad,
Action  functionCalledWhenDone 
)

Creates object that has a thread to carry out and thread to call once finished.

Parameters:
functionToLoadFunction to carry out
functionCalledWhenDoneFunction to call once complete

Member Function Documentation

Called once to start the thread.

Here is the caller graph for this function:


The documentation for this class was generated from the following file: