C# 클래스 Blink.GUI.TextButton

A button with text
상속: Button
파일 보기 프로젝트 열기: dah6ce/Blink

공개 메소드들

메소드 설명
Draw ( SpriteBatch sb ) : void
SetText ( String text ) : void
TextButton ( String text, SpriteFont font, Vector2 pos, Microsoft.Xna.Framework.Graphics.Texture2D up, Microsoft.Xna.Framework.Graphics.Texture2D down, Vector2 center = default(Vector2) ) : System

메소드 상세

Draw() 공개 메소드

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

SetText() 공개 메소드

public SetText ( String text ) : void
text String
리턴 void

TextButton() 공개 메소드

public TextButton ( String text, SpriteFont font, Vector2 pos, Microsoft.Xna.Framework.Graphics.Texture2D up, Microsoft.Xna.Framework.Graphics.Texture2D down, Vector2 center = default(Vector2) ) : System
text String
font Microsoft.Xna.Framework.Graphics.SpriteFont
pos Vector2
up Microsoft.Xna.Framework.Graphics.Texture2D
down Microsoft.Xna.Framework.Graphics.Texture2D
center Vector2
리턴 System