Starts a coroutine in a behaviour on a game object.
See Unity StartCoroutine docs for more details.
Game Object
The game object that owns the behaviour.
Behaviour
The behaviour that contains the method.
Method Name
The name of the coroutine.
Parameter
Optional parameter type. Select a parameter type, then enter a value.
Stop On Exit
Stop the coroutine when the state is exited.