![]() |
Resonance Game
Team Walterio Fuchsbauer
|
Class used for the separate thread. More...
Public Member Functions | |
| ThreadClass (ItemDelegate runFunction, ItemDelegate finishFunction) | |
| Creates object that has a thread to carry out and thread to call once finished. | |
| void | startThread () |
| Called once to start the thread. | |
| ThreadClass (Action runFunction, Action finishFunction) | |
| 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.ThreadClass.ThreadClass | ( | ItemDelegate | runFunction, |
| ItemDelegate | finishFunction | ||
| ) |
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 |
| Resonance.ThreadClass.ThreadClass | ( | Action | runFunction, |
| Action | finishFunction | ||
| ) |
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.ThreadClass.startThread | ( | ) |
Called once to start the thread.

| void Resonance.ThreadClass.startThread | ( | ) |
Called once to start the thread.