C# Class Pokemon3D.UI.PokemonSpriteSheet

Manages a Pokémon sprite sheet.
Afficher le fichier Open project: nilllzz/Pokemon3D

Méthodes publiques

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

Private Methods

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

Method Details

PokemonSpriteSheet() public méthode

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
Résultat System.Collections.Generic

Update() public méthode

public Update ( ) : void
Résultat void