C# Class Terraria.ModLoader.UI.UIModPackItem

Inheritance: Terraria.GameContent.UI.Elements.UIPanel
Afficher le fichier Open project: bluemagic123/tModLoader Class Usage Examples

Méthodes publiques

Méthode Description
MouseOut ( UIMouseEvent evt ) : void
MouseOver ( UIMouseEvent evt ) : void
UIModPackItem ( string name, string mods ) : System

Méthodes protégées

Méthode Description
DrawSelf ( SpriteBatch spriteBatch ) : void

Private Methods

Méthode Description
DeleteButtonClick ( UIMouseEvent evt, UIElement listeningElement ) : void
DrawEnabledText ( SpriteBatch spriteBatch, Vector2 drawPos ) : void
DrawPanel ( SpriteBatch spriteBatch, Vector2 position, float width ) : void
EnableList ( UIMouseEvent evt, UIElement listeningElement ) : void
EnableListOnly ( UIMouseEvent evt, UIElement listeningElement ) : void
FadedMouseOut ( UIMouseEvent evt, UIElement listeningElement ) : void
FadedMouseOver ( UIMouseEvent evt, UIElement listeningElement ) : void
ViewListInfo ( UIMouseEvent evt, UIElement listeningElement ) : void

Method Details

DrawSelf() protected méthode

protected DrawSelf ( SpriteBatch spriteBatch ) : void
spriteBatch Microsoft.Xna.Framework.Graphics.SpriteBatch
Résultat void

MouseOut() public méthode

public MouseOut ( UIMouseEvent evt ) : void
evt Terraria.UI.UIMouseEvent
Résultat void

MouseOver() public méthode

public MouseOver ( UIMouseEvent evt ) : void
evt Terraria.UI.UIMouseEvent
Résultat void

UIModPackItem() public méthode

public UIModPackItem ( string name, string mods ) : System
name string
mods string
Résultat System