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

상속: IProcessService
파일 보기 프로젝트 열기: martindevans/Myre

공개 메소드들

메소드 설명
Add ( IProcess process ) : void
Dispose ( ) : void
Draw ( ) : void
Initialise ( Scene scene ) : void
Update ( float elapsedTime ) : void

메소드 상세

Add() 공개 메소드

public Add ( IProcess process ) : void
process IProcess
리턴 void

Dispose() 공개 추상적인 메소드

public abstract Dispose ( ) : void
리턴 void

Draw() 공개 추상적인 메소드

public abstract Draw ( ) : void
리턴 void

Initialise() 공개 추상적인 메소드

public abstract Initialise ( Scene scene ) : void
scene Scene
리턴 void

Update() 공개 추상적인 메소드

public abstract Update ( float elapsedTime ) : void
elapsedTime float
리턴 void