C# Class LibAPNGTest.APNGHelper.APNGHelper

Afficher le fichier Open project: xupefei/APNG.NET Class Usage Examples

Méthodes publiques

Méthode Description
APNGHelper ( Microsoft.Xna.Framework.Game game, string pngFile ) : System
Update ( GameTime gameTime ) : void

Private Methods

Méthode Description
RenderEachFrame ( ) : void

Method Details

APNGHelper() public méthode

public APNGHelper ( Microsoft.Xna.Framework.Game game, string pngFile ) : System
game Microsoft.Xna.Framework.Game
pngFile string
Résultat System

Update() public méthode

public Update ( GameTime gameTime ) : void
gameTime Microsoft.Xna.Framework.GameTime
Résultat void