C# 클래스 TapTitanXNA_EnricoUsigan.AnimationPlayer

파일 보기 프로젝트 열기: WINPROG20152016/Usigan_TapTitanXNA

공개 프로퍼티들

프로퍼티 타입 설명
Smash int

공개 메소드들

메소드 설명
Draw ( GameTime gameTime, SpriteBatch spriteBatch, Vector2 position, SpriteEffects spriteEffects ) : void
PlayAnimation ( Animation animation ) : void

메소드 상세

Draw() 공개 메소드

public Draw ( GameTime gameTime, SpriteBatch spriteBatch, Vector2 position, SpriteEffects spriteEffects ) : void
gameTime Microsoft.Xna.Framework.GameTime
spriteBatch Microsoft.Xna.Framework.Graphics.SpriteBatch
position Vector2
spriteEffects SpriteEffects
리턴 void

PlayAnimation() 공개 메소드

public PlayAnimation ( Animation animation ) : void
animation Animation
리턴 void

프로퍼티 상세

Smash 공개적으로 프로퍼티

public int Smash
리턴 int