|
Init(args)
Scripting Reference
|
Public Member Functions | |
| Coroutine | StartCoroutine (IEnumerator coroutine) |
| Starts the provided coroutine . | |
| void | StopCoroutine (IEnumerator coroutine) |
| Stops the provided coroutine . | |
| void | StopCoroutine (Coroutine coroutine) |
| Stops the provided coroutine . | |
| void | StopAllCoroutines () |
Stops all coroutine coroutines that are currently running on this object, if any. | |