C# 클래스 SEGORATA.rGame

파일 보기 프로젝트 열기: JeremyGee/S.E.G.O.R.A.T.A. 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
g Game1
sMoveX int
sMoveY int
sZoom double

공개 메소드들

메소드 설명
Draw ( ) : void
Update ( ) : void
rGame ( Game1 game, List players, System.Boolean isOffline, String mapName ) : System
tDraw ( Rectangle rect ) : Rectangle

메소드 상세

Draw() 공개 메소드

public Draw ( ) : void
리턴 void

Update() 공개 메소드

public Update ( ) : void
리턴 void

rGame() 공개 메소드

public rGame ( Game1 game, List players, System.Boolean isOffline, String mapName ) : System
game Game1
players List
isOffline System.Boolean
mapName String
리턴 System

tDraw() 공개 메소드

public tDraw ( Rectangle rect ) : Rectangle
rect Microsoft.Xna.Framework.Rectangle
리턴 Microsoft.Xna.Framework.Rectangle

프로퍼티 상세

g 공개적으로 프로퍼티

public Game1,SEGORATA g
리턴 Game1

sMoveX 공개적으로 프로퍼티

public int sMoveX
리턴 int

sMoveY 공개적으로 프로퍼티

public int sMoveY
리턴 int

sZoom 공개적으로 프로퍼티

public double sZoom
리턴 double