Last updated
An exception occurred relating to Coroutine execution.
public class CoroutineException : Exception
This exception is thrown when a coroutine method is called outside of a coroutine context (i.e. in a method that was not started with ScriptBase.StartCoroutine(Action)) or attempting to use the context of another script.
Namespace: Sansar.Script Assembly: Sansar.Script (in Sansar.Script.dll) Assembly Versions: 1.0.0.0
See Also: Inherited members from Exception.
Last updated