Class CoroutineHandlerComponent
An implementation of Coroutine.CoroutineHandlerInstance that calls Tick(TimeSpan) every time Update(IScreenObject, TimeSpan) is called.
Implements
Inherited Members
CoroutineHandlerInstance.RaiseEvent(Event)
CoroutineHandlerInstance.GetActiveCoroutines()
CoroutineHandlerInstance.TickingCount
CoroutineHandlerInstance.EventCount
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 |