C# Class SEGORATA.rGame

显示文件 Open project: JeremyGee/S.E.G.O.R.A.T.A. Class Usage Examples

Public Properties

Property Type Description
g Game1
sMoveX int
sMoveY int
sZoom double

Public Methods

Method Description
Draw ( ) : void
Update ( ) : void
rGame ( Game1 game, List players, System.Boolean isOffline, String mapName ) : System
tDraw ( Rectangle rect ) : Rectangle

Method Details

Draw() public method

public Draw ( ) : void
return void

Update() public method

public Update ( ) : void
return void

rGame() public method

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

tDraw() public method

public tDraw ( Rectangle rect ) : Rectangle
rect Microsoft.Xna.Framework.Rectangle
return Microsoft.Xna.Framework.Rectangle

Property Details

g public_oe property

public Game1,SEGORATA g
return Game1

sMoveX public_oe property

public int sMoveX
return int

sMoveY public_oe property

public int sMoveY
return int

sZoom public_oe property

public double sZoom
return double