C# Class Terraria.ModLoader.UI.UIModPackItem

Inheritance: Terraria.GameContent.UI.Elements.UIPanel
Mostrar archivo Open project: bluemagic123/tModLoader Class Usage Examples

Public Methods

Method Description
MouseOut ( UIMouseEvent evt ) : void
MouseOver ( UIMouseEvent evt ) : void
UIModPackItem ( string name, string mods ) : System

Protected Methods

Method Description
DrawSelf ( SpriteBatch spriteBatch ) : void

Private Methods

Method 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 method

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

MouseOut() public method

public MouseOut ( UIMouseEvent evt ) : void
evt Terraria.UI.UIMouseEvent
return void

MouseOver() public method

public MouseOver ( UIMouseEvent evt ) : void
evt Terraria.UI.UIMouseEvent
return void

UIModPackItem() public method

public UIModPackItem ( string name, string mods ) : System
name string
mods string
return System