C# 클래스 MOTB.Menu

파일 보기 프로젝트 열기: GCGC-Ben/GameClubTesting 1 사용 예제들

공개 메소드들

메소드 설명
Draw ( SpriteBatch sb ) : void
Menu ( Vector2 origin, int numButtons, List buttonNumbers ) : System
getButtonTxt ( ) : Microsoft.Xna.Framework.Graphics.Texture2D
loadButton ( Microsoft.Xna.Framework.Content.ContentManager content ) : void
update ( ) : int

메소드 상세

Draw() 공개 메소드

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

Menu() 공개 메소드

public Menu ( Vector2 origin, int numButtons, List buttonNumbers ) : System
origin Vector2
numButtons int
buttonNumbers List
리턴 System

getButtonTxt() 공개 정적인 메소드

public static getButtonTxt ( ) : Microsoft.Xna.Framework.Graphics.Texture2D
리턴 Microsoft.Xna.Framework.Graphics.Texture2D

loadButton() 공개 정적인 메소드

public static loadButton ( Microsoft.Xna.Framework.Content.ContentManager content ) : void
content Microsoft.Xna.Framework.Content.ContentManager
리턴 void

update() 공개 메소드

public update ( ) : int
리턴 int