C# Class Pokemon3D.UI.PokemonSpriteSheet

Manages a Pokémon sprite sheet.
Exibir arquivo Open project: nilllzz/Pokemon3D

Public Methods

Method Description
PokemonSpriteSheet ( Microsoft.Xna.Framework.Graphics.Texture2D spriteSheet, int frameWidth, int frameHeight ) : System.Collections.Generic
Update ( ) : void

Private Methods

Method Description
ExtractFrames ( Microsoft.Xna.Framework.Graphics.Texture2D spriteSheet, int frameWidth, int frameHeight ) : void

Method Details

PokemonSpriteSheet() public method

public PokemonSpriteSheet ( Microsoft.Xna.Framework.Graphics.Texture2D spriteSheet, int frameWidth, int frameHeight ) : System.Collections.Generic
spriteSheet Microsoft.Xna.Framework.Graphics.Texture2D
frameWidth int
frameHeight int
return System.Collections.Generic

Update() public method

public Update ( ) : void
return void