C# Class geek.GameEngine.Utils.Tweener

A tween state control for storing the state of an interpolation.
Afficher le fichier Open project: impworks/xna.geek.engine

Méthodes publiques

Méthode Description
Tweener ( float from, float to, float time, InterpolationMode mode = InterpolationMode.Linear ) : geek.GameEngine.AnimatedProperties
Update ( float delta ) : void

Update the tween state.

Method Details

Tweener() public méthode

public Tweener ( float from, float to, float time, InterpolationMode mode = InterpolationMode.Linear ) : geek.GameEngine.AnimatedProperties
from float
to float
time float
mode InterpolationMode
Résultat geek.GameEngine.AnimatedProperties

Update() public méthode

Update the tween state.
public Update ( float delta ) : void
delta float Game time delta.
Résultat void