C# Class DamageMeter.UI.EntityStats.EnduranceDebuff

Logique d'interaction pour EnduranceDebuff.xaml
Datei anzeigen Open project: neowutran/ShinraMeter Class Usage Examples

Public Methods

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

Private Methods

Method 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 method

public EnduranceDebuff ( ) : System
return System

Update() public method

public Update ( HotDot hotdot, AbnormalityDuration abnormalityDuration, long firstHit, long lastHit ) : void
hotdot HotDot
abnormalityDuration AbnormalityDuration
firstHit long
lastHit long
return void