C# 클래스 SimpleSoccer.Net.BaseGameEntity

Provides an abstract base for all entities managed in the game
파일 보기 프로젝트 열기: soshimozi/SimpleSoccer.Net 1 사용 예제들

공개 메소드들

메소드 설명
BaseGameEntity ( int objectId ) : System
HandleMessage ( Telegram message ) : bool
Render ( Graphics g ) : void
Update ( ) : void

보호된 메소드들

메소드 설명
GetNextId ( ) : int

메소드 상세

BaseGameEntity() 공개 메소드

public BaseGameEntity ( int objectId ) : System
objectId int
리턴 System

GetNextId() 보호된 정적인 메소드

protected static GetNextId ( ) : int
리턴 int

HandleMessage() 공개 메소드

public HandleMessage ( Telegram message ) : bool
message Telegram
리턴 bool

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

abstract public Render ( Graphics g ) : void
g System.Drawing.Graphics
리턴 void

Update() 공개 메소드

public Update ( ) : void
리턴 void