C# 클래스 Blink.GUI.Label

A plain text element for a menu.
파일 보기 프로젝트 열기: dah6ce/Blink 1 사용 예제들

공개 메소드들

메소드 설명
Draw ( SpriteBatch sb ) : void
Label ( String text, SpriteFont font, Vector2 pos, Vector2 center = default(Vector2), Color color = null ) : System

메소드 상세

Draw() 공개 메소드

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

Label() 공개 메소드

public Label ( String text, SpriteFont font, Vector2 pos, Vector2 center = default(Vector2), Color color = null ) : System
text String
font Microsoft.Xna.Framework.Graphics.SpriteFont
pos Vector2
center Vector2
color Color
리턴 System