C# 클래스 MiningGame.Code.Interfaces.InGameInterface

상속: Interface
파일 보기 프로젝트 열기: geel9/Minor-Destruction 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
CurSelected int
ExpandedView GeeUI.Views.PanelView
MainView GeeUI.Views.PanelView

공개 메소드들

메소드 설명
BagSizeChange ( int newBagSize ) : void
BlockPressed ( int i ) : void
Draw ( SpriteBatch sb ) : void
InGameInterface ( ) : System
RecomputeBoxes ( ) : void
RecomputeExpandedBoxes ( ) : void
Update ( GameTime time ) : void

메소드 상세

BagSizeChange() 공개 메소드

public BagSizeChange ( int newBagSize ) : void
newBagSize int
리턴 void

BlockPressed() 공개 메소드

public BlockPressed ( int i ) : void
i int
리턴 void

Draw() 공개 메소드

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

InGameInterface() 공개 메소드

public InGameInterface ( ) : System
리턴 System

RecomputeBoxes() 공개 메소드

public RecomputeBoxes ( ) : void
리턴 void

RecomputeExpandedBoxes() 공개 메소드

public RecomputeExpandedBoxes ( ) : void
리턴 void

Update() 공개 메소드

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

프로퍼티 상세

CurSelected 공개적으로 프로퍼티

public int CurSelected
리턴 int

ExpandedView 공개적으로 프로퍼티

public PanelView,GeeUI.Views ExpandedView
리턴 GeeUI.Views.PanelView

MainView 공개적으로 프로퍼티

public PanelView,GeeUI.Views MainView
리턴 GeeUI.Views.PanelView