Click or drag to resize

CoroutineTCancel Method

Call this to stop the coroutine, will throw an exception when the coroutine leaves a yield statement

Namespace:  DustProductions.Core
Assembly:  DustProductions.Core (in DustProductions.Core.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public void Cancel()
See Also