CoroutineHandlerComponent Class
Definition
Section titled “Definition”An implementation of Coroutine.CoroutineHandlerInstance that calls Tick(TimeSpan) every time Update(IScreenObject, TimeSpan) is called.
public class CoroutineHandlerComponent : CoroutineHandlerInstance, IComponentInheritance object → Coroutine.CoroutineHandlerInstance
Implements IComponent
Constructors
Section titled “Constructors”CoroutineHandlerComponent()
Section titled “CoroutineHandlerComponent()”Creates a new instance of the coroutine handler.
public CoroutineHandlerComponent()Properties
Section titled “Properties”SortOrder
Section titled “SortOrder”The sort order for this component.
public uint SortOrder { get; set; }