C# Class Terraria.ModLoader.UI.UIModDownloadItem

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

Méthodes publiques

Свойство Type Description
author string
description string
displayname string
download string
downloads int
exists bool
homepage string
mod string
timeStamp string
update bool
version string

Méthodes publiques

Méthode Description
CompareTo ( object obj ) : int
MouseOut ( UIMouseEvent evt ) : void
MouseOver ( UIMouseEvent evt ) : void
PassFilters ( ) : bool
UIModDownloadItem ( string displayname, string name, string version, string author, string description, string homepage, string download, int downloads, string timeStamp, bool update, bool exists ) : System

Méthodes protégées

Méthode Description
DrawSelf ( SpriteBatch spriteBatch ) : void

Private Methods

Méthode Description
DownloadMod ( UIMouseEvent evt, UIElement listeningElement ) : void
DrawPanel ( SpriteBatch spriteBatch, Vector2 position, float width ) : void
DrawTimeText ( SpriteBatch spriteBatch, Vector2 drawPos ) : void
FadedMouseOut ( UIMouseEvent evt, UIElement listeningElement ) : void
FadedMouseOver ( UIMouseEvent evt, UIElement listeningElement ) : void
GetHttpStatusCode ( System err ) : HttpStatusCode
Moreinfo ( 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 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

UIModDownloadItem() public méthode

public UIModDownloadItem ( string displayname, string name, string version, string author, string description, string homepage, string download, int downloads, string timeStamp, bool update, bool exists ) : System
displayname string
name string
version string
author string
description string
homepage string
download string
downloads int
timeStamp string
update bool
exists bool
Résultat System

Property Details

author public_oe property

public string author
Résultat string

description public_oe property

public string description
Résultat string

displayname public_oe property

public string displayname
Résultat string

download public_oe property

public string download
Résultat string

downloads public_oe property

public int downloads
Résultat int

exists public_oe property

public bool exists
Résultat bool

homepage public_oe property

public string homepage
Résultat string

mod public_oe property

public string mod
Résultat string

timeStamp public_oe property

public string timeStamp
Résultat string

update public_oe property

public bool update
Résultat bool

version public_oe property

public string version
Résultat string