C# 클래스 Bug.Display.TextButton

상속: Button
파일 보기 프로젝트 열기: Projectfights/Fight-insect 1 사용 예제들

공개 메소드들

메소드 설명
Draw ( SpriteBatch batch ) : void
TextButton ( int x, int y, Microsoft.Xna.Framework.Graphics.Texture2D up, Microsoft.Xna.Framework.Graphics.Texture2D down, SpriteFont font_, String text_ ) : Microsoft.Xna.Framework

메소드 상세

Draw() 공개 메소드

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

TextButton() 공개 메소드

public TextButton ( int x, int y, Microsoft.Xna.Framework.Graphics.Texture2D up, Microsoft.Xna.Framework.Graphics.Texture2D down, SpriteFont font_, String text_ ) : Microsoft.Xna.Framework
x int
y int
up Microsoft.Xna.Framework.Graphics.Texture2D
down Microsoft.Xna.Framework.Graphics.Texture2D
font_ Microsoft.Xna.Framework.Graphics.SpriteFont
text_ String
리턴 Microsoft.Xna.Framework