C# 클래스 Myre.Entities.Services.ProcessService

A class which manages the updating of processes.
상속: Service, IProcessService
파일 보기 프로젝트 열기: martindevans/Myre

공개 메소드들

메소드 설명
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.

메소드 상세

Add() 공개 메소드

public Add ( bool>.Func update ) : void
update bool>.Func
리턴 void

Add() 공개 메소드

Adds the specified process.
public Add ( IProcess process ) : void
process IProcess The process.
리턴 void

ProcessService() 공개 메소드

Initializes a new instance of the ProcessService class.
public ProcessService ( ) : System
리턴 System

Update() 공개 메소드

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