CCTask
CCTask
Cocos2DInheritance: System.Object
Methods
BlockOnUIThread(Action)
BlockOnUIThread(Action)(System.Action action)Parameters:
action (System.Action)EnsureUIThread()
EnsureUIThread()()IsOnUIThread()
System.Boolean IsOnUIThread()()Returns:
System.BooleanRunAsync(Action)
System.Object RunAsync(Action)(System.Action action)Parameters:
action (System.Action)Returns:
System.ObjectRunAsync(Action, Action)
System.Object RunAsync(Action, Action)(System.Action action, System.ActionSystem.Object taskCompleted)Parameters:
action (System.Action)taskCompleted (System.ActionSystem.Object)Returns:
System.ObjectRunOnScheduler(Action)
RunOnScheduler(Action)(System.Action action)Parameters:
action (System.Action)RunOnUiThread(Action)
RunOnUiThread(Action)(System.Action action)Parameters:
action (System.Action)