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

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

Public Methods

Method Description
UICharacter ( Player player ) : 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

UICharacter() public method

public UICharacter ( Player player ) : Microsoft.Xna.Framework
player Terraria.Player
return Microsoft.Xna.Framework