C# Class Terraria.ModLoader.UI.UIModItem

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
PassFilters ( ) : bool
UIModItem ( Terraria.ModLoader.IO.TmodFile mod ) : System

Méthodes protégées

Méthode Description
DrawSelf ( SpriteBatch spriteBatch ) : void

Private Methods

Méthode 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 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

PassFilters() public méthode

public PassFilters ( ) : bool
Résultat bool

UIModItem() public méthode

public UIModItem ( Terraria.ModLoader.IO.TmodFile mod ) : System
mod Terraria.ModLoader.IO.TmodFile
Résultat System