Click or drag to resize
WaitProcess Class
Waits a specified amount of time before starting the next process.
Inheritance Hierarchy

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 WaitProcess : GameProcess

The WaitProcess type exposes the following members.

Constructors
  NameDescription
Public methodWaitProcess
Creates a new process to wait before starting the next one.
Top
Properties
  NameDescription
Public propertyLifetime
Time to wait before starting the next process, in seconds.
Public propertyTimeElapsed
Time already waited, in seconds.
Top
Methods
See Also