Skip to content

CoroutineHandlerComponent Class

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

C#
public class CoroutineHandlerComponent : CoroutineHandlerInstance, IComponent

Inheritance object → Coroutine.CoroutineHandlerInstance

Implements IComponent

Creates a new instance of the coroutine handler.

C#
public CoroutineHandlerComponent()

The sort order for this component.

C#
public uint SortOrder { get; set; }