C# Class CarpMuffin.Animations.Animation

Show file Open project: BetaToast/CarpMuffin

Public Methods

Method Description
Animation ( ) : System.Collections.Generic
Update ( GameTime gameTime ) : void

Method Details

Animation() public method

public Animation ( ) : System.Collections.Generic
return System.Collections.Generic

Update() public method

public Update ( GameTime gameTime ) : void
gameTime Microsoft.Xna.Framework.GameTime
return void