C# Class Terraria.ModLoader.UI.UIModItem

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

Public Methods

Method Description
MouseOut ( UIMouseEvent evt ) : void
MouseOver ( UIMouseEvent evt ) : void
PassFilters ( ) : bool
UIModItem ( Terraria.ModLoader.IO.TmodFile mod ) : System

Protected Methods

Method Description
DrawSelf ( SpriteBatch spriteBatch ) : void

Private Methods

Method Description
DrawEnabledText ( SpriteBatch spriteBatch, Vector2 drawPos ) : void
DrawPanel ( SpriteBatch spriteBatch, Vector2 position, float width ) : void
FadedMouseOut ( UIMouseEvent evt, UIElement listeningElement ) : void
FadedMouseOver ( UIMouseEvent evt, UIElement listeningElement ) : void
Moreinfo ( UIMouseEvent evt, UIElement listeningElement ) : void
ToggleEnabled ( 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

PassFilters() public method

public PassFilters ( ) : bool
return bool

UIModItem() public method

public UIModItem ( Terraria.ModLoader.IO.TmodFile mod ) : System
mod Terraria.ModLoader.IO.TmodFile
return System