C# 클래스 Mckineap.DataContext.AnimationPlayer.AnimationPlayer

Manage the player for the animation
상속: Mckineap.Utilities.ObservableObject
파일 보기 프로젝트 열기: loic-lavergne/mckineap

공개 메소드들

메소드 설명
PauseAnimation ( Mckineap animation ) : void

Put the animation in pause

StartAnimation ( Mckineap animation ) : void

Start the animation

StopAnimation ( Mckineap animation ) : void

Stops the animation

UpdateAnimation ( object sender, EventArgs e, Mckineap animation ) : void

Action at each animation Frame

비공개 메소드들

메소드 설명
AnimationPlayer ( ) : Mckineap.Utilities

메소드 상세

PauseAnimation() 공개 메소드

Put the animation in pause
public PauseAnimation ( Mckineap animation ) : void
animation Mckineap
리턴 void

StartAnimation() 공개 메소드

Start the animation
public StartAnimation ( Mckineap animation ) : void
animation Mckineap
리턴 void

StopAnimation() 공개 메소드

Stops the animation
public StopAnimation ( Mckineap animation ) : void
animation Mckineap
리턴 void

UpdateAnimation() 공개 메소드

Action at each animation Frame
public UpdateAnimation ( object sender, EventArgs e, Mckineap animation ) : void
sender object Default parameter
e System.EventArgs Default parameter
animation Mckineap
리턴 void