C# 클래스 WindowsGame1.AnimatedSprite

상속: Sprite
파일 보기 프로젝트 열기: csce3513/Team18 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
currentRow int

공개 메소드들

메소드 설명
AnimatedSprite ( ) : System
Animation ( Microsoft.Xna.Framework.Content.ContentManager content, string assetName, int spriteWidth, int spriteHeight, int numberOfFrames ) : void
HandleSourceRect ( GameTime gameTime ) : void
animateDraw ( SpriteBatch theSpriteBatch ) : void

메소드 상세

AnimatedSprite() 공개 메소드

public AnimatedSprite ( ) : System
리턴 System

Animation() 공개 메소드

public Animation ( Microsoft.Xna.Framework.Content.ContentManager content, string assetName, int spriteWidth, int spriteHeight, int numberOfFrames ) : void
content Microsoft.Xna.Framework.Content.ContentManager
assetName string
spriteWidth int
spriteHeight int
numberOfFrames int
리턴 void

HandleSourceRect() 공개 메소드

public HandleSourceRect ( GameTime gameTime ) : void
gameTime Microsoft.Xna.Framework.GameTime
리턴 void

animateDraw() 공개 메소드

public animateDraw ( SpriteBatch theSpriteBatch ) : void
theSpriteBatch Microsoft.Xna.Framework.Graphics.SpriteBatch
리턴 void

프로퍼티 상세

currentRow 공개적으로 프로퍼티

public int currentRow
리턴 int