Cancel a running coroutine on an entity. Calls generator.return() (triggers finally blocks) and queues component removal.
true if the entity had a coroutine that was cancelled, false otherwise
Cancel a running coroutine on an entity. Calls generator.return() (triggers finally blocks) and queues component removal.