C# Class Terraria.ModLoader.UI.UIDownloadMod

Inheritance: Terraria.UI.UIState
Afficher le fichier Open project: bluemagic123/tModLoader

Méthodes publiques

Méthode Description
OnActivate ( ) : void
OnInitialize ( ) : void
SetCancel ( System.Action cancelAction ) : void

Private Methods

Méthode Description
CancelClick ( UIMouseEvent evt, UIElement listeningElement ) : void
FadedMouseOut ( UIMouseEvent evt, UIElement listeningElement ) : void
FadedMouseOver ( UIMouseEvent evt, UIElement listeningElement ) : void
SetDownloading ( string name ) : void
SetProgress ( DownloadProgressChangedEventArgs e ) : void
SetProgress ( long count, long len ) : void

Method Details

OnActivate() public méthode

public OnActivate ( ) : void
Résultat void

OnInitialize() public méthode

public OnInitialize ( ) : void
Résultat void

SetCancel() public méthode

public SetCancel ( System.Action cancelAction ) : void
cancelAction System.Action
Résultat void