C# 클래스 DamageMeter.UI.EntityStats.EnduranceDebuff

Logique d'interaction pour EnduranceDebuff.xaml
파일 보기 프로젝트 열기: neowutran/ShinraMeter 1 사용 예제들

공개 메소드들

메소드 설명
EnduranceDebuff ( ) : System
Update ( HotDot hotdot, AbnormalityDuration abnormalityDuration, long firstHit, long lastHit ) : void

비공개 메소드들

메소드 설명
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

메소드 상세

EnduranceDebuff() 공개 메소드

public EnduranceDebuff ( ) : System
리턴 System

Update() 공개 메소드

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