C# Class Terraria.ModLoader.UI.UIHoverImage

Inheritance: Terraria.GameContent.UI.Elements.UIImage
Afficher le fichier Open project: JavidPack/TerraCustom Class Usage Examples

Méthodes publiques

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

UIHoverImage() public méthode

public UIHoverImage ( Microsoft.Xna.Framework.Graphics.Texture2D texture, string hoverText ) : Microsoft.Xna.Framework
texture Microsoft.Xna.Framework.Graphics.Texture2D
hoverText string
Résultat Microsoft.Xna.Framework