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

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

Public Properties

Property Type Description
BackgroundColor Color
BorderColor Color

Public Methods

Method Description
UIPanel ( ) : Microsoft.Xna.Framework

Protected Methods

Method Description
DrawSelf ( SpriteBatch spriteBatch ) : void

Private Methods

Method Description
DrawPanel ( SpriteBatch spriteBatch, Microsoft.Xna.Framework.Graphics.Texture2D texture, Color color ) : void

Method Details

DrawSelf() protected method

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

UIPanel() public method

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

Property Details

BackgroundColor public property

public Color BackgroundColor
return Color

BorderColor public property

public Color BorderColor
return Color