Click or drag to resize
WaitProcess Constructor
Creates a new process to wait before starting the next one.

Namespace: Slash.ECS.Processes
Assembly: Slash.ECS.Processes (in Slash.ECS.Processes.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public WaitProcess(
	float seconds
)

Parameters

seconds
Type: SystemSingle
Time to wait, in seconds.
See Also