C# Class Terraria.ModLoader.UI.UIHoverImage

Inheritance: Terraria.GameContent.UI.Elements.UIImage
Show file Open project: JavidPack/TerraCustom Class Usage Examples

Public Methods

Method Description
UIHoverImage ( Microsoft.Xna.Framework.Graphics.Texture2D texture, string hoverText ) : 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

UIHoverImage() public method

public UIHoverImage ( Microsoft.Xna.Framework.Graphics.Texture2D texture, string hoverText ) : Microsoft.Xna.Framework
texture Microsoft.Xna.Framework.Graphics.Texture2D
hoverText string
return Microsoft.Xna.Framework