C# Class Myre.Entities.Services.ProcessService

A class which manages the updating of processes.
Inheritance: Service, IProcessService
Afficher le fichier Open project: martindevans/Myre

Méthodes publiques

Méthode Description
Add ( bool>.Func update ) : void
Add ( IProcess process ) : void

Adds the specified process.

ProcessService ( ) : System

Initializes a new instance of the ProcessService class.

Update ( float elapsedTime ) : void

Updates the all non-complete processes.

Method Details

Add() public méthode

public Add ( bool>.Func update ) : void
update bool>.Func
Résultat void

Add() public méthode

Adds the specified process.
public Add ( IProcess process ) : void
process IProcess The process.
Résultat void

ProcessService() public méthode

Initializes a new instance of the ProcessService class.
public ProcessService ( ) : System
Résultat System

Update() public méthode

Updates the all non-complete processes.
public Update ( float elapsedTime ) : void
elapsedTime float The number of seconds which have elapsed since the previous frame.
Résultat void