TriLib
1.9.0
TriLib Unity Package
|
Contains Thread helper functions. More...
Static Public Member Functions | |
static Thread | RunThread (Action action, Action onComplete) |
Creates a new Thread and runs it. More... | |
Contains Thread helper functions.
|
static |
Creates a new Thread and runs it.
action | Action for the Thread to run. |
onComplete | Action to run under completion. |