Click or drag to resize
GameProcess Properties

The GameProcess type exposes the following members.

Properties
  NameDescription
Public propertyActive
Whether this process is currently being updated.
Public propertyDead
Whether this process is about to be removed.
Protected propertyEntityManager
Protected propertyEventManager
Public propertyNext
Process to start after this one has finished.
Public propertyPaused
Whether this process is waiting to be resumed for being updated again.
Public propertyPrev
Process that finished before this one has started.
Public propertyProcessType
Type of this process.
Top
See Also