Tanoda
|
Public Member Functions | |
void | DelayedAction (Action action, float time) |
Public Attributes | |
readonly ConcurrentQueue< Action > | RunOnMainThread = new ConcurrentQueue<Action>() |
Additional Inherited Members | |
![]() | |
virtual void | Initialize () |
virtual void | Awake () |
![]() | |
virtual bool | dontDestroyOnLoad [get] |
Override to maintain an instance of this object across level loads. More... | |
static T | instance [get] |
static T | nullableInstance [get] |
Definition at line 7 of file ExecuteOnMainThread.cs.
void ExecuteOnMainThread.DelayedAction | ( | Action | action, |
float | time | ||
) |
Definition at line 20 of file ExecuteOnMainThread.cs.
readonly ConcurrentQueue<Action> ExecuteOnMainThread.RunOnMainThread = new ConcurrentQueue<Action>() |
Definition at line 9 of file ExecuteOnMainThread.cs.