C# 클래스 Gruppe22.Client.Shop

상속: Window
파일 보기 프로젝트 열기: propra13-orga/gruppe22 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
DisplayToolTip ( int column, int y, string text ) : void

Append a new line of text to the status box; word wrap if necessary

Draw ( GameTime gameTime ) : void
HandleEvent ( bool DownStream, Backend eventID ) : void
OnKeyDown ( Microsoft k ) : bool
OnMouseDown ( int button ) : bool
Shop ( Backend parent, SpriteBatch spriteBatch, ContentManager content, Rectangle displayRect, Backend actor1, Backend actor2 ) : System

Constructor

Update ( GameTime gameTime ) : void

메소드 상세

DisplayToolTip() 공개 메소드

Append a new line of text to the status box; word wrap if necessary
public DisplayToolTip ( int column, int y, string text ) : void
column int
y int
text string
리턴 void

Draw() 공개 메소드

public Draw ( GameTime gameTime ) : void
gameTime Microsoft.Xna.Framework.GameTime
리턴 void

HandleEvent() 공개 메소드

public HandleEvent ( bool DownStream, Backend eventID ) : void
DownStream bool
eventID Backend
리턴 void

OnKeyDown() 공개 메소드

public OnKeyDown ( Microsoft k ) : bool
k Microsoft
리턴 bool

OnMouseDown() 공개 메소드

public OnMouseDown ( int button ) : bool
button int
리턴 bool

Shop() 공개 메소드

Constructor
public Shop ( Backend parent, SpriteBatch spriteBatch, ContentManager content, Rectangle displayRect, Backend actor1, Backend actor2 ) : System
parent Backend
spriteBatch SpriteBatch
content ContentManager
displayRect Rectangle
actor1 Backend
actor2 Backend
리턴 System

Update() 공개 메소드

public Update ( GameTime gameTime ) : void
gameTime GameTime
리턴 void