C# 클래스 AIsOfCatan.GUI.GUIPlayerInfo

상속: TXADrawableComponent
파일 보기 프로젝트 열기: rasmusgreve/catan

공개 메소드들

메소드 설명
GUIPlayerInfo ( Vector2 position ) : System

보호된 메소드들

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

메소드 상세

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

GUIPlayerInfo() 공개 메소드

public GUIPlayerInfo ( Vector2 position ) : System
position Vector2
리턴 System