Click or drag to resize
ProcessManager Class
Allows ticking and queueing timed processes. Good examples are animations, tweens, or "Go to that point, and open the door after."
Inheritance Hierarchy
SystemObject
  Slash.ECS.ProcessesProcessManager

Namespace: Slash.ECS.Processes
Assembly: Slash.ECS.Processes (in Slash.ECS.Processes.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public class ProcessManager

The ProcessManager type exposes the following members.

Constructors
  NameDescription
Public methodProcessManager
Initializes a new instance of the ProcessManager class
Top
Methods
  NameDescription
Public methodAddProcess
Adds a new process to be updated in each tick.
Public methodUpdateProcesses
Updates all active processes, removing dead ones and starting next linked processes where necessary.
Top
See Also