C# Class MonoGameQuest.PlayerSpriteAnimation

Inheritance: MonoGameFoundation.Animation
Afficher le fichier Open project: half-ogre/MonoGameQuest Class Usage Examples

Méthodes publiques

Méthode Description
PlayerSpriteAnimation ( PlayerSprite sprite, AnimationType type, Direction direction, int spriteSheetRow, int framesLength, int frameDuration, bool flipHorizontally = false ) : MonoGameFoundation

Method Details

PlayerSpriteAnimation() public méthode

public PlayerSpriteAnimation ( PlayerSprite sprite, AnimationType type, Direction direction, int spriteSheetRow, int framesLength, int frameDuration, bool flipHorizontally = false ) : MonoGameFoundation
sprite PlayerSprite
type AnimationType
direction Direction
spriteSheetRow int
framesLength int
frameDuration int
flipHorizontally bool
Résultat MonoGameFoundation