C# Class Terraria.ModLoader.UI.UIModSourceItem

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

Méthodes publiques

Méthode Description
CompareTo ( object obj ) : int
MouseOut ( UIMouseEvent evt ) : void
MouseOver ( UIMouseEvent evt ) : void
UIModSourceItem ( string mod, bool publishable, DateTime lastBuildTime ) : System

Méthodes protégées

Méthode Description
DrawSelf ( SpriteBatch spriteBatch ) : void

Private Methods

Méthode Description
BuildAndReload ( UIMouseEvent evt, UIElement listeningElement ) : void
BuildMod ( UIMouseEvent evt, UIElement listeningElement ) : void
FadedMouseOut ( UIMouseEvent evt, UIElement listeningElement ) : void
FadedMouseOver ( UIMouseEvent evt, UIElement listeningElement ) : void
Publish ( UIMouseEvent evt, UIElement listeningElement ) : void

Method Details

CompareTo() public méthode

public CompareTo ( object obj ) : int
obj object
Résultat int

DrawSelf() protected méthode

protected DrawSelf ( SpriteBatch spriteBatch ) : void
spriteBatch SpriteBatch
Résultat void

MouseOut() public méthode

public MouseOut ( UIMouseEvent evt ) : void
evt UIMouseEvent
Résultat void

MouseOver() public méthode

public MouseOver ( UIMouseEvent evt ) : void
evt UIMouseEvent
Résultat void

UIModSourceItem() public méthode

public UIModSourceItem ( string mod, bool publishable, DateTime lastBuildTime ) : System
mod string
publishable bool
lastBuildTime DateTime
Résultat System