CameraBehavior<T>.StartCoroutine


Declaration

protected Coroutine StartCoroutine(IEnumerator routine)

Description

Starts a coroutine.

Parameters

routineThe routine to start.

Returns

CoroutineA reference to the coroutine.