C# Class LibAPNG.XNA.APNGTextureProvider.APNGTexture

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

Méthodes publiques

Méthode Description
APNGTexture ( uint loopCount ) : System
Dispose ( ) : void
Update ( GameTime gameTime ) : void

Private Methods

Méthode Description
AddFrame ( System.TimeSpan delayTime, Microsoft.Xna.Framework.Graphics.Texture2D texture ) : void
NextFrame ( GameTime gameTime ) : void

Method Details

APNGTexture() public méthode

public APNGTexture ( uint loopCount ) : System
loopCount uint
Résultat System

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Update() public méthode

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