C# Class Swordening.StationaryObject

Inheritance: Microsoft.Xna.Framework.DrawableGameComponent
Afficher le fichier Open project: ArghyV/Peliohjelmointi-s2011 Class Usage Examples

Méthodes publiques

Méthode Description
NewStationaryID ( ) : string
SetPosition ( int x, int y ) : void
StationaryObject ( Microsoft.Xna.Framework.Game game ) : System

Méthodes protégées

Méthode Description
GetLength ( Size size ) : int
GetWidth ( Size size ) : int

Method Details

GetLength() protected static méthode

protected static GetLength ( Size size ) : int
size Size
Résultat int

GetWidth() protected static méthode

protected static GetWidth ( Size size ) : int
size Size
Résultat int

NewStationaryID() public static méthode

public static NewStationaryID ( ) : string
Résultat string

SetPosition() public méthode

public SetPosition ( int x, int y ) : void
x int
y int
Résultat void

StationaryObject() public méthode

public StationaryObject ( Microsoft.Xna.Framework.Game game ) : System
game Microsoft.Xna.Framework.Game
Résultat System