C# 클래스 AIsOfCatan.GUIRoad

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

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
GUIRoad ( Vector2 position, float rotation, int playerId, int tile1, int tile2 ) : 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

GUIRoad() 공개 메소드

public GUIRoad ( Vector2 position, float rotation, int playerId, int tile1, int tile2 ) : System
position Vector2
rotation float
playerId int
tile1 int
tile2 int
리턴 System