C# Class DamageMeter.UI.EntityStats.EnduranceDebuff

Logique d'interaction pour EnduranceDebuff.xaml
Afficher le fichier Open project: neowutran/ShinraMeter Class Usage Examples

Méthodes publiques

Méthode Description
EnduranceDebuff ( ) : System
Update ( HotDot hotdot, AbnormalityDuration abnormalityDuration, long firstHit, long lastHit ) : void

Private Methods

Méthode Description
MoveWindow ( object sender, System.Windows.Input.MouseButtonEventArgs e ) : void
UIElement_OnMouseEnter ( object sender, System.Windows.Input.MouseEventArgs e ) : void
UIElement_OnMouseLeave ( object sender, System.Windows.Input.MouseEventArgs e ) : void

Method Details

EnduranceDebuff() public méthode

public EnduranceDebuff ( ) : System
Résultat System

Update() public méthode

public Update ( HotDot hotdot, AbnormalityDuration abnormalityDuration, long firstHit, long lastHit ) : void
hotdot HotDot
abnormalityDuration AbnormalityDuration
firstHit long
lastHit long
Résultat void