C# Class SEGORATA.rGame

Afficher le fichier Open project: JeremyGee/S.E.G.O.R.A.T.A. Class Usage Examples

Méthodes publiques

Свойство Type Description
g Game1
sMoveX int
sMoveY int
sZoom double

Méthodes publiques

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

Method Details

Draw() public méthode

public Draw ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

rGame() public méthode

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

tDraw() public méthode

public tDraw ( Rectangle rect ) : Rectangle
rect Microsoft.Xna.Framework.Rectangle
Résultat Microsoft.Xna.Framework.Rectangle

Property Details

g public_oe property

public Game1,SEGORATA g
Résultat Game1

sMoveX public_oe property

public int sMoveX
Résultat int

sMoveY public_oe property

public int sMoveY
Résultat int

sZoom public_oe property

public double sZoom
Résultat double