C# Class Dischord.Engine.AnimationManager

Afficher le fichier Open project: jbrownbridge/Dischord Class Usage Examples

Méthodes publiques

Méthode Description
AnimationManager ( Microsoft.Xna.Framework.Graphics.Texture2D spriteImage, int columns, int rows, string behaviourPath ) : System

Private Methods

Méthode Description
Frame ( int position ) : Rectangle

Method Details

AnimationManager() public méthode

public AnimationManager ( Microsoft.Xna.Framework.Graphics.Texture2D spriteImage, int columns, int rows, string behaviourPath ) : System
spriteImage Microsoft.Xna.Framework.Graphics.Texture2D
columns int
rows int
behaviourPath string
Résultat System