C# 클래스 AIsOfCatan.GUIPiece

상속: TXADrawableComponent
파일 보기 프로젝트 열기: rasmusgreve/catan 1 사용 예제들

공개 메소드들

메소드 설명
GUIPiece ( Vector2 position, int player, Token token, int t1, int t2, int t3 ) : System

보호된 메소드들

메소드 설명
DoUpdate ( GameTime time ) : void
Draw ( SpriteBatch batch ) : void

비공개 메소드들

메소드 설명
GetTex ( Token token ) : Microsoft.Xna.Framework.Graphics.Texture2D

메소드 상세

DoUpdate() 보호된 메소드

protected DoUpdate ( GameTime time ) : void
time Microsoft.Xna.Framework.GameTime
리턴 void

Draw() 보호된 메소드

protected Draw ( SpriteBatch batch ) : void
batch Microsoft.Xna.Framework.Graphics.SpriteBatch
리턴 void

GUIPiece() 공개 메소드

public GUIPiece ( Vector2 position, int player, Token token, int t1, int t2, int t3 ) : System
position Vector2
player int
token Token
t1 int
t2 int
t3 int
리턴 System