C# Class JP.Utils.Animation.AbstractVertor3Animator

Inheritance: IAnimator
Afficher le fichier Open project: JuniperPhoton/JP.Utils.UWP

Protected Properties

Свойство Type Description
fromValue Vector3
toValue Vector3

Méthodes publiques

Méthode Description
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

Method Details

AnimateWith() public méthode

public AnimateWith ( UIElement uiElement ) : IAnimator
uiElement Windows.UI.Xaml.UIElement
Résultat IAnimator

For() public méthode

public For ( System.TimeSpan time ) : IAnimator
time System.TimeSpan
Résultat IAnimator

From() public méthode

public From ( Vector3 fromValue ) : IAnimator
fromValue Vector3
Résultat IAnimator

From() public méthode

public From ( float fromValue ) : IAnimator
fromValue float
Résultat IAnimator

Now() public méthode

public Now ( ) : void
Résultat void

To() public méthode

public To ( Vector3 toValue ) : IAnimator
toValue Vector3
Résultat IAnimator

To() public méthode

public To ( float toValue ) : IAnimator
toValue float
Résultat IAnimator

Property Details

fromValue protected_oe property

protected Vector3 fromValue
Résultat Vector3

toValue protected_oe property

protected Vector3 toValue
Résultat Vector3