C# Class Pokemon3D.Common.Animations.DeltaAnimation

Animation done from 0 to 1 in a specific time.
Inheritance: Pokemon3D.Common.Animations.Animation
Afficher le fichier Open project: nilllzz/Pokemon3D

Méthodes publiques

Méthode Description
DeltaAnimation ( float durationSeconds, Action onUpdate, bool loops ) : Microsoft.Xna.Framework

Méthodes protégées

Méthode Description
OnUpdate ( ) : void

Method Details

DeltaAnimation() public méthode

public DeltaAnimation ( float durationSeconds, Action onUpdate, bool loops ) : Microsoft.Xna.Framework
durationSeconds float
onUpdate Action
loops bool
Résultat Microsoft.Xna.Framework

OnUpdate() protected méthode

protected OnUpdate ( ) : void
Résultat void