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

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

Méthodes publiques

Méthode Description
SetProgress ( float value ) : void
UIProgressBar ( ) : 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

SetProgress() public méthode

public SetProgress ( float value ) : void
value float
Résultat void

UIProgressBar() public méthode

public UIProgressBar ( ) : Microsoft.Xna.Framework
Résultat Microsoft.Xna.Framework