C# Class MiningGame.Code.Interfaces.InGameInterface

Inheritance: Interface
Show file Open project: geel9/Minor-Destruction Class Usage Examples

Public Properties

Property Type Description
CurSelected int
ExpandedView GeeUI.Views.PanelView
MainView GeeUI.Views.PanelView

Public Methods

Method 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 method

public BagSizeChange ( int newBagSize ) : void
newBagSize int
return void

BlockPressed() public method

public BlockPressed ( int i ) : void
i int
return void

Draw() public method

public Draw ( SpriteBatch sb ) : void
sb Microsoft.Xna.Framework.Graphics.SpriteBatch
return void

InGameInterface() public method

public InGameInterface ( ) : System
return System

RecomputeBoxes() public method

public RecomputeBoxes ( ) : void
return void

RecomputeExpandedBoxes() public method

public RecomputeExpandedBoxes ( ) : void
return void

Update() public method

public Update ( GameTime time ) : void
time Microsoft.Xna.Framework.GameTime
return void

Property Details

CurSelected public property

public int CurSelected
return int

ExpandedView public property

public PanelView,GeeUI.Views ExpandedView
return GeeUI.Views.PanelView

MainView public property

public PanelView,GeeUI.Views MainView
return GeeUI.Views.PanelView