C# 클래스 MoodSwingGUI.MSLabel

상속: MSGUIUnclickable
파일 보기 프로젝트 열기: verngutz/MoodSwing 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
spriteFont Microsoft.Xna.Framework.Graphics.SpriteFont
text String

공개 메소드들

메소드 설명
MSLabel ( String text, Rectangle boundingRectangle, SpriteFont spriteFont, Color textColor, SpriteBatch spriteBatch, Microsoft.Xna.Framework.Game game ) : System

메소드 상세

MSLabel() 공개 메소드

public MSLabel ( String text, Rectangle boundingRectangle, SpriteFont spriteFont, Color textColor, SpriteBatch spriteBatch, Microsoft.Xna.Framework.Game game ) : System
text String
boundingRectangle Microsoft.Xna.Framework.Rectangle
spriteFont Microsoft.Xna.Framework.Graphics.SpriteFont
textColor Color
spriteBatch Microsoft.Xna.Framework.Graphics.SpriteBatch
game Microsoft.Xna.Framework.Game
리턴 System

프로퍼티 상세

spriteFont 보호되어 있는 프로퍼티

protected SpriteFont,Microsoft.Xna.Framework.Graphics spriteFont
리턴 Microsoft.Xna.Framework.Graphics.SpriteFont

text 보호되어 있는 프로퍼티

protected String text
리턴 String