![]() |
Resonance Game
Team Walterio Fuchsbauer
|
Class used for the separate thread. More...
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. |
Class used for the separate thread.
Resonance.ThreadObject.ThreadObject | ( | Action | functionToLoad, |
Action | functionCalledWhenDone | ||
) |
Creates object that has a thread to carry out and thread to call once finished.
functionToLoad | Function to carry out |
functionCalledWhenDone | Function to call once complete |
void Resonance.ThreadObject.startThread | ( | ) |
Called once to start the thread.