Click or drag to resize
ProcessManagerUpdateProcesses Method
Updates all active processes, removing dead ones and starting next linked processes where necessary.

Namespace: Slash.ECS.Processes
Assembly: Slash.ECS.Processes (in Slash.ECS.Processes.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public void UpdateProcesses(
	float dt
)

Parameters

dt
Type: SystemSingle
Time since last update, in seconds.
See Also