C# Class MiningGame.Code.Interfaces.InGameInterface

Inheritance: Interface
Afficher le fichier Open project: geel9/Minor-Destruction Class Usage Examples

Méthodes publiques

Свойство Type Description
CurSelected int
ExpandedView GeeUI.Views.PanelView
MainView GeeUI.Views.PanelView

Méthodes publiques

Méthode Description
BagSizeChange ( int newBagSize ) : void
BlockPressed ( int i ) : void
Draw ( SpriteBatch sb ) : void
InGameInterface ( ) : System
RecomputeBoxes ( ) : void
RecomputeExpandedBoxes ( ) : void
Update ( GameTime time ) : void

Method Details

BagSizeChange() public méthode

public BagSizeChange ( int newBagSize ) : void
newBagSize int
Résultat void

BlockPressed() public méthode

public BlockPressed ( int i ) : void
i int
Résultat void

Draw() public méthode

public Draw ( SpriteBatch sb ) : void
sb Microsoft.Xna.Framework.Graphics.SpriteBatch
Résultat void

InGameInterface() public méthode

public InGameInterface ( ) : System
Résultat System

RecomputeBoxes() public méthode

public RecomputeBoxes ( ) : void
Résultat void

RecomputeExpandedBoxes() public méthode

public RecomputeExpandedBoxes ( ) : void
Résultat void

Update() public méthode

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

Property Details

CurSelected public_oe property

public int CurSelected
Résultat int

ExpandedView public_oe property

public PanelView,GeeUI.Views ExpandedView
Résultat GeeUI.Views.PanelView

MainView public_oe property

public PanelView,GeeUI.Views MainView
Résultat GeeUI.Views.PanelView