C# Class LibAPNG.XNA.APNGTextureProvider.APNGTexture

Inheritance: IDisposable
Exibir arquivo Open project: xupefei/APNG.NET Class Usage Examples

Public Methods

Method Description
APNGTexture ( uint loopCount ) : System
Dispose ( ) : void
Update ( GameTime gameTime ) : void

Private Methods

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

Method Details

APNGTexture() public method

public APNGTexture ( uint loopCount ) : System
loopCount uint
return System

Dispose() public method

public Dispose ( ) : void
return void

Update() public method

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