C# Class XnaGUILib.XGMiniMap

Inheritance: XGControl
Afficher le fichier Open project: GalacticSoft/Azmyth Class Usage Examples

Protected Properties

Свойство Type Description
_top Microsoft.Xna.Framework.Rectangle

Méthodes publiques

Méthode Description
CenterTile ( int x, int y ) : void
Draw ( float frameTime ) : void
Update ( GameTime gameTime ) : void
XGMiniMap ( Rectangle rectangle, bool canFocus ) : System

Méthodes protégées

Méthode Description
GetFocus ( ) : void

Private Methods

Méthode Description
Init ( ) : void
XGMiniMap ( Rectangle rectangle, World world, int tileSize ) : System

Method Details

CenterTile() public méthode

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

Draw() public méthode

public Draw ( float frameTime ) : void
frameTime float
Résultat void

GetFocus() protected méthode

protected GetFocus ( ) : void
Résultat void

Update() public méthode

public Update ( GameTime gameTime ) : void
gameTime Microsoft.Xna.Framework.GameTime
Résultat void

XGMiniMap() public méthode

public XGMiniMap ( Rectangle rectangle, bool canFocus ) : System
rectangle Microsoft.Xna.Framework.Rectangle
canFocus bool
Résultat System

Property Details

_top protected_oe property

protected Rectangle,Microsoft.Xna.Framework _top
Résultat Microsoft.Xna.Framework.Rectangle