C# Class Dischord.Engine.Animation

Show file Open project: jbrownbridge/Dischord

Public Methods

Method Description
Animation ( AnimationManager animationManager, int framesPerSecond ) : System
UpdateFrame ( float elapsedTime ) : void

Method Details

Animation() public method

public Animation ( AnimationManager animationManager, int framesPerSecond ) : System
animationManager AnimationManager
framesPerSecond int
return System

UpdateFrame() public method

public UpdateFrame ( float elapsedTime ) : void
elapsedTime float
return void