C# Class Terraria.ModLoader.UI.UIModInfo

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

Méthodes publiques

Свойство Type Description
modInfo UIMessageBox
uITextPanel UITextPanel

Méthodes publiques

Méthode Description
OnActivate ( ) : void
OnInitialize ( ) : void

Private Methods

Méthode Description
BackClick ( UIMouseEvent evt, UIElement listeningElement ) : void
FadedMouseOut ( UIMouseEvent evt, UIElement listeningElement ) : void
FadedMouseOver ( UIMouseEvent evt, UIElement listeningElement ) : void
SetGotoMenu ( int gotoMenu ) : void
SetModInfo ( string text ) : void
SetModName ( string text ) : void
SetURL ( string url ) : void
VisitModHomePage ( UIMouseEvent evt, UIElement listeningElement ) : void

Method Details

OnActivate() public méthode

public OnActivate ( ) : void
Résultat void

OnInitialize() public méthode

public OnInitialize ( ) : void
Résultat void

Property Details

modInfo public_oe property

public UIMessageBox,Terraria.ModLoader.UI modInfo
Résultat UIMessageBox

uITextPanel public_oe property

public UITextPanel uITextPanel
Résultat UITextPanel