C# 클래스 Asteroids.OptionsText

파일 보기 프로젝트 열기: Timvangool/AsteroidsAPO2 1 사용 예제들

공개 메소드들

메소드 설명
Draw ( SpriteBatch spriteBatch ) : void
Init ( ) : void
OptionsText ( GraphicsDeviceManager graphics, Microsoft.Xna.Framework.Graphics.Texture2D txBackground, Microsoft.Xna.Framework.Graphics.Texture2D txBack, Vector2 posBack, Vector2 sizeBack, Microsoft.Xna.Framework.Graphics.Texture2D txSelectArrow, Vector2 posSelectArrow, Vector2 sizeSelectArrow, SpriteFont spriteFont, string textHeader, Vector2 posHeader, string textSound, Vector2 posSound, string textResolution, Vector2 posResolution, string textAlias, Vector2 posAlias, string textAliasOn, Vector2 posAliasOn, string textAliasOff, Vector2 posAliasOff, Color col ) : System
Update ( Microsoft.Xna.Framework.Input.MouseState mouse ) : bool
UpdateSelect ( int number ) : void

메소드 상세

Draw() 공개 메소드

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

Init() 공개 메소드

public Init ( ) : void
리턴 void

OptionsText() 공개 메소드

public OptionsText ( GraphicsDeviceManager graphics, Microsoft.Xna.Framework.Graphics.Texture2D txBackground, Microsoft.Xna.Framework.Graphics.Texture2D txBack, Vector2 posBack, Vector2 sizeBack, Microsoft.Xna.Framework.Graphics.Texture2D txSelectArrow, Vector2 posSelectArrow, Vector2 sizeSelectArrow, SpriteFont spriteFont, string textHeader, Vector2 posHeader, string textSound, Vector2 posSound, string textResolution, Vector2 posResolution, string textAlias, Vector2 posAlias, string textAliasOn, Vector2 posAliasOn, string textAliasOff, Vector2 posAliasOff, Color col ) : System
graphics GraphicsDeviceManager
txBackground Microsoft.Xna.Framework.Graphics.Texture2D
txBack Microsoft.Xna.Framework.Graphics.Texture2D
posBack Vector2
sizeBack Vector2
txSelectArrow Microsoft.Xna.Framework.Graphics.Texture2D
posSelectArrow Vector2
sizeSelectArrow Vector2
spriteFont Microsoft.Xna.Framework.Graphics.SpriteFont
textHeader string
posHeader Vector2
textSound string
posSound Vector2
textResolution string
posResolution Vector2
textAlias string
posAlias Vector2
textAliasOn string
posAliasOn Vector2
textAliasOff string
posAliasOff Vector2
col Color
리턴 System

Update() 공개 메소드

public Update ( Microsoft.Xna.Framework.Input.MouseState mouse ) : bool
mouse Microsoft.Xna.Framework.Input.MouseState
리턴 bool

UpdateSelect() 공개 메소드

public UpdateSelect ( int number ) : void
number int
리턴 void