C# 클래스 JP.Utils.Animation.AbstractVertor3Animator

상속: IAnimator
파일 보기 프로젝트 열기: JuniperPhoton/JP.Utils.UWP

보호된 프로퍼티들

프로퍼티 타입 설명
fromValue Vector3
toValue Vector3

공개 메소드들

메소드 설명
AnimateWith ( UIElement uiElement ) : IAnimator
For ( System.TimeSpan time ) : IAnimator
From ( Vector3 fromValue ) : IAnimator
From ( float fromValue ) : IAnimator
Now ( ) : void
To ( Vector3 toValue ) : IAnimator
To ( float toValue ) : IAnimator

메소드 상세

AnimateWith() 공개 메소드

public AnimateWith ( UIElement uiElement ) : IAnimator
uiElement Windows.UI.Xaml.UIElement
리턴 IAnimator

For() 공개 메소드

public For ( System.TimeSpan time ) : IAnimator
time System.TimeSpan
리턴 IAnimator

From() 공개 메소드

public From ( Vector3 fromValue ) : IAnimator
fromValue Vector3
리턴 IAnimator

From() 공개 메소드

public From ( float fromValue ) : IAnimator
fromValue float
리턴 IAnimator

Now() 공개 메소드

public Now ( ) : void
리턴 void

To() 공개 메소드

public To ( Vector3 toValue ) : IAnimator
toValue Vector3
리턴 IAnimator

To() 공개 메소드

public To ( float toValue ) : IAnimator
toValue float
리턴 IAnimator

프로퍼티 상세

fromValue 보호되어 있는 프로퍼티

protected Vector3 fromValue
리턴 Vector3

toValue 보호되어 있는 프로퍼티

protected Vector3 toValue
리턴 Vector3