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

Inheritance: UiElement
Afficher le fichier Open project: nilllzz/Pokemon3D

Méthodes publiques

Méthode Description
Draw ( SpriteBatch spriteBatch ) : void
StaticText ( SpriteFont spriteFont, LocalizedValue text ) : System

Private Methods

Méthode Description
MeasureBounds ( ) : void
OnValueChanged ( ) : void

Method Details

Draw() public méthode

public Draw ( SpriteBatch spriteBatch ) : void
spriteBatch Microsoft.Xna.Framework.Graphics.SpriteBatch
Résultat void

StaticText() public méthode

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