CameraBehavior<T>.StartCoroutine
Method in CameraBehavior<T>
Declaration
protected Coroutine StartCoroutine(IEnumerator routine)
Description
Starts a coroutine.
Parameters
routine | The routine to start. |
Returns
Coroutine | A reference to the coroutine. |
protected Coroutine StartCoroutine(IEnumerator routine)
Starts a coroutine.
routine | The routine to start. |
Coroutine | A reference to the coroutine. |