C# 클래스 Terraria.ModLoader.UI.UIModDownloadItem

상속: Terraria.GameContent.UI.Elements.UIPanel
파일 보기 프로젝트 열기: bluemagic123/tModLoader 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
author string
description string
displayname string
download string
downloads int
exists bool
homepage string
mod string
timeStamp string
update bool
version string

공개 메소드들

메소드 설명
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

보호된 메소드들

메소드 설명
DrawSelf ( SpriteBatch spriteBatch ) : void

비공개 메소드들

메소드 설명
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

메소드 상세

CompareTo() 공개 메소드

public CompareTo ( object obj ) : int
obj object
리턴 int

DrawSelf() 보호된 메소드

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

MouseOut() 공개 메소드

public MouseOut ( UIMouseEvent evt ) : void
evt Terraria.UI.UIMouseEvent
리턴 void

MouseOver() 공개 메소드

public MouseOver ( UIMouseEvent evt ) : void
evt Terraria.UI.UIMouseEvent
리턴 void

PassFilters() 공개 메소드

public PassFilters ( ) : bool
리턴 bool

UIModDownloadItem() 공개 메소드

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
리턴 System

프로퍼티 상세

author 공개적으로 프로퍼티

public string author
리턴 string

description 공개적으로 프로퍼티

public string description
리턴 string

displayname 공개적으로 프로퍼티

public string displayname
리턴 string

download 공개적으로 프로퍼티

public string download
리턴 string

downloads 공개적으로 프로퍼티

public int downloads
리턴 int

exists 공개적으로 프로퍼티

public bool exists
리턴 bool

homepage 공개적으로 프로퍼티

public string homepage
리턴 string

mod 공개적으로 프로퍼티

public string mod
리턴 string

timeStamp 공개적으로 프로퍼티

public string timeStamp
리턴 string

update 공개적으로 프로퍼티

public bool update
리턴 bool

version 공개적으로 프로퍼티

public string version
리턴 string