C# Class JP.Utils.Animation.AbstractScalarAnimator

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

Protected Properties

Свойство Type Description
_fromValue float
_toValue float

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 float _fromValue
Résultat float

_toValue protected_oe property

protected float _toValue
Résultat float