C# Class Dischord.Engine.Animation

Afficher le fichier Open project: jbrownbridge/Dischord

Méthodes publiques

Méthode Description
Animation ( AnimationManager animationManager, int framesPerSecond ) : System
UpdateFrame ( float elapsedTime ) : void

Method Details

Animation() public méthode

public Animation ( AnimationManager animationManager, int framesPerSecond ) : System
animationManager AnimationManager
framesPerSecond int
Résultat System

UpdateFrame() public méthode

public UpdateFrame ( float elapsedTime ) : void
elapsedTime float
Résultat void