Show / Hide Table of Contents

Class MicroCoroutine

Simple supports(only yield return null) lightweight, threadsafe coroutine dispatcher.

Inheritance
System.Object
MicroCoroutine
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: MacacaGames.ViewSystem
Assembly: Macaca.ViewSystem.dll
Syntax
public class MicroCoroutine

Constructors

| Improve this Doc View Source

MicroCoroutine(Action<Exception>)

Declaration
public MicroCoroutine(Action<Exception> unhandledExceptionCallback)
Parameters
Type Name Description
System.Action<System.Exception> unhandledExceptionCallback

Methods

| Improve this Doc View Source

AddCoroutine(IEnumerator)

Declaration
public MicroCoroutine.Coroutine AddCoroutine(IEnumerator enumerator)
Parameters
Type Name Description
System.Collections.IEnumerator enumerator
Returns
Type Description
MicroCoroutine.Coroutine
| Improve this Doc View Source

RemoveCoroutine(MicroCoroutine.Coroutine)

Declaration
public void RemoveCoroutine(MicroCoroutine.Coroutine enumerator)
Parameters
Type Name Description
MicroCoroutine.Coroutine enumerator
| Improve this Doc View Source

Update()

Declaration
public void Update()
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX