Show / Hide Table of Contents

Class CoroutineHandlerComponent

An implementation of Coroutine.CoroutineHandlerInstance that calls Tick(TimeSpan) every time Update(IScreenObject, TimeSpan) is called.

Inheritance
object
CoroutineHandlerInstance
CoroutineHandlerComponent
Implements
IComponent
Inherited Members
CoroutineHandlerInstance.Start(IEnumerable<Wait>, string, int)
CoroutineHandlerInstance.Start(IEnumerator<Wait>, string, int)
CoroutineHandlerInstance.InvokeLater(Wait, Action, string, int)
CoroutineHandlerInstance.InvokeLater(Event, Action, string, int)
CoroutineHandlerInstance.Tick(double)
CoroutineHandlerInstance.Tick(TimeSpan)
CoroutineHandlerInstance.RaiseEvent(Event)
CoroutineHandlerInstance.GetActiveCoroutines()
CoroutineHandlerInstance.TickingCount
CoroutineHandlerInstance.EventCount
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: SadConsole.Components
Assembly: SadConsole.dll
Syntax
public class CoroutineHandlerComponent : CoroutineHandlerInstance, IComponent

Constructors

CoroutineHandlerComponent()

Creates a new instance of the coroutine handler.

Declaration
public CoroutineHandlerComponent()

Properties

SortOrder

The sort order for this component.

Declaration
public uint SortOrder { get; set; }
Property Value
Type Description
uint

Implements

IComponent

Extension Methods

ExtensionsSystem.GetDebuggerDisplayValue(object)
In this article

Back to top

Back to top Generated by DocFX