C# 클래스 MonoGameQuest.PlayerSpriteAnimation

상속: MonoGameFoundation.Animation
파일 보기 프로젝트 열기: half-ogre/MonoGameQuest 1 사용 예제들

공개 메소드들

메소드 설명
PlayerSpriteAnimation ( PlayerSprite sprite, AnimationType type, Direction direction, int spriteSheetRow, int framesLength, int frameDuration, bool flipHorizontally = false ) : MonoGameFoundation

메소드 상세

PlayerSpriteAnimation() 공개 메소드

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
리턴 MonoGameFoundation