C# 클래스 Pokemon3D.Rendering.UI.Controls.StaticText

상속: UiElement
파일 보기 프로젝트 열기: nilllzz/Pokemon3D

공개 메소드들

메소드 설명
Draw ( SpriteBatch spriteBatch ) : void
StaticText ( SpriteFont spriteFont, LocalizedValue text ) : System

비공개 메소드들

메소드 설명
MeasureBounds ( ) : void
OnValueChanged ( ) : void

메소드 상세

Draw() 공개 메소드

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

StaticText() 공개 메소드

public StaticText ( SpriteFont spriteFont, LocalizedValue text ) : System
spriteFont Microsoft.Xna.Framework.Graphics.SpriteFont
text LocalizedValue
리턴 System