C# Class Pokemon3D.Rendering.UI.Controls.StaticText

Inheritance: UiElement
ファイルを表示 Open project: nilllzz/Pokemon3D

Public Methods

Method Description
Draw ( SpriteBatch spriteBatch ) : void
StaticText ( SpriteFont spriteFont, LocalizedValue text ) : System

Private Methods

Method Description
MeasureBounds ( ) : void
OnValueChanged ( ) : void

Method Details

Draw() public method

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

StaticText() public method

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