C# Class DamageMeter.UI.EntityStats.EnduranceDebuffDetail

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

Méthodes publiques

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

Private Methods

Méthode Description
UIElement_OnMouseLeftButtonDown ( object sender, System.Windows.Input.MouseButtonEventArgs e ) : void

Method Details

EnduranceDebuffDetail() public méthode

public EnduranceDebuffDetail ( HotDot hotdot, int stack, AbnormalityDuration abnormalityDuration, long firstHit, long lastHit ) : System
hotdot HotDot
stack int
abnormalityDuration AbnormalityDuration
firstHit long
lastHit long
Résultat System

Update() public méthode

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