Skip to main content

CCTask

CCTask

Cocos2D

Inheritance: System.Object

Methods

BlockOnUIThread(Action)

BlockOnUIThread(Action)(System.Action action)
Parameters:
action (System.Action)

EnsureUIThread()

EnsureUIThread()()

IsOnUIThread()

System.Boolean IsOnUIThread()()
Returns:
System.Boolean

RunAsync(Action)

System.Object RunAsync(Action)(System.Action action)
Parameters:
action (System.Action)
Returns:
System.Object

RunAsync(Action, Action)

System.Object RunAsync(Action, Action)(System.Action action, System.ActionSystem.Object taskCompleted)
Parameters:
action (System.Action)
taskCompleted (System.ActionSystem.Object)
Returns:
System.Object

RunOnScheduler(Action)

RunOnScheduler(Action)(System.Action action)
Parameters:
action (System.Action)

RunOnUiThread(Action)

RunOnUiThread(Action)(System.Action action)
Parameters:
action (System.Action)