C# 클래스 SmashBros.Views.MenuView

상속: IView
파일 보기 프로젝트 열기: Grutn/TDT4240-X2 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Entries List
StartingPosition Vector2

공개 메소드들

메소드 설명
AddEntries ( World world ) : void
Dispose ( ) : void
DisposeEntries ( ) : void
Draw ( SpriteBatch spriteBatch, GameTime gameTime ) : void
EmptyEntries ( ) : void
MenuView ( SpriteFont font ) : System
SetEntries ( World world ) : void

메소드 상세

AddEntries() 공개 메소드

public AddEntries ( World world ) : void
world FarseerPhysics.Dynamics.World
리턴 void

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

DisposeEntries() 공개 메소드

public DisposeEntries ( ) : void
리턴 void

Draw() 공개 메소드

public Draw ( SpriteBatch spriteBatch, GameTime gameTime ) : void
spriteBatch Microsoft.Xna.Framework.Graphics.SpriteBatch
gameTime Microsoft.Xna.Framework.GameTime
리턴 void

EmptyEntries() 공개 메소드

public EmptyEntries ( ) : void
리턴 void

MenuView() 공개 메소드

public MenuView ( SpriteFont font ) : System
font Microsoft.Xna.Framework.Graphics.SpriteFont
리턴 System

SetEntries() 공개 메소드

public SetEntries ( World world ) : void
world FarseerPhysics.Dynamics.World
리턴 void

프로퍼티 상세

Entries 공개적으로 프로퍼티

public List Entries
리턴 List

StartingPosition 공개적으로 프로퍼티

public Vector2 StartingPosition
리턴 Vector2