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

Inheritance: Terraria.UI.UIElement
Show file Open project: EmuDevs/EDTerraria

Public Methods

Method Description
SetProgress ( float value ) : void
UIProgressBar ( ) : Microsoft.Xna.Framework

Protected Methods

Method Description
DrawSelf ( SpriteBatch spriteBatch ) : void

Method Details

DrawSelf() protected method

protected DrawSelf ( SpriteBatch spriteBatch ) : void
spriteBatch Microsoft.Xna.Framework.Graphics.SpriteBatch
return void

SetProgress() public method

public SetProgress ( float value ) : void
value float
return void

UIProgressBar() public method

public UIProgressBar ( ) : Microsoft.Xna.Framework
return Microsoft.Xna.Framework