C# Class Tibialyzer.BaseHUD

Inheritance: System.Windows.Forms.Form
Afficher le fichier Open project: Mytherin/Tibialyzer Class Usage Examples

Protected Properties

Свойство Type Description
alwaysShow bool

Méthodes publiques

Méthode Description
BaseHUD ( ) : System
GetHUD ( ) : string
LoadHUD ( ) : void
ShowHUD ( ) : void

Méthodes protégées

Méthode Description
UpdateVisibility ( bool visible ) : void

Method Details

BaseHUD() public méthode

public BaseHUD ( ) : System
Résultat System

GetHUD() public méthode

public GetHUD ( ) : string
Résultat string

LoadHUD() public méthode

public LoadHUD ( ) : void
Résultat void

ShowHUD() public méthode

public ShowHUD ( ) : void
Résultat void

UpdateVisibility() protected méthode

protected UpdateVisibility ( bool visible ) : void
visible bool
Résultat void

Property Details

alwaysShow protected_oe property

protected bool alwaysShow
Résultat bool