Click or drag to resize

Runnable Methods

The Runnable type exposes the following members.

Methods
  NameDescription
Public methodStatic memberIsRunning
Check if a routine is still running.
Public methodStatic memberRun
Start a co-routine function.
Public methodStatic memberStop
Stops a active co-routine.
Public methodUpdateRoutines
THis can be called by the user to force all co-routines to get a time slice, this is usually invoked from an EditorApplication.Update callback so we can use runnable in Editor mode.
Top
See Also