C# Class Terraria.GameContent.UI.Elements.UIText

Inheritance: Terraria.UI.UIElement
Afficher le fichier Open project: EmuDevs/EDTerraria Class Usage Examples

Méthodes publiques

Méthode Description
Recalculate ( ) : void
SetText ( string text ) : void
SetText ( string text, float textScale, bool large ) : void
UIText ( string text, float textScale = 1f, bool large = false ) : Microsoft.Xna.Framework

Méthodes protégées

Méthode Description
DrawSelf ( SpriteBatch spriteBatch ) : void

Method Details

DrawSelf() protected méthode

protected DrawSelf ( SpriteBatch spriteBatch ) : void
spriteBatch Microsoft.Xna.Framework.Graphics.SpriteBatch
Résultat void

Recalculate() public méthode

public Recalculate ( ) : void
Résultat void

SetText() public méthode

public SetText ( string text ) : void
text string
Résultat void

SetText() public méthode

public SetText ( string text, float textScale, bool large ) : void
text string
textScale float
large bool
Résultat void

UIText() public méthode

public UIText ( string text, float textScale = 1f, bool large = false ) : Microsoft.Xna.Framework
text string
textScale float
large bool
Résultat Microsoft.Xna.Framework