C# 클래스 xnapunk.graphics.AnimatedSpriteMap

상속: SpriteMap
파일 보기 프로젝트 열기: Gnoll/XNAPunk

공개 프로퍼티들

프로퍼티 타입 설명
Animations Animation>.Dictionary
CurrentAnimation xnapunk.graphics.anim.Animation
Playing bool

공개 메소드들

메소드 설명
AnimatedSpriteMap ( Microsoft.Xna.Framework.Graphics.Texture2D texture, Vector2 frameSize ) : System
Play ( String animation ) : void
Play ( String animation, bool reset ) : void
Update ( GameTime gameTime ) : void

메소드 상세

AnimatedSpriteMap() 공개 메소드

public AnimatedSpriteMap ( Microsoft.Xna.Framework.Graphics.Texture2D texture, Vector2 frameSize ) : System
texture Microsoft.Xna.Framework.Graphics.Texture2D
frameSize Vector2
리턴 System

Play() 공개 메소드

public Play ( String animation ) : void
animation String
리턴 void

Play() 공개 메소드

public Play ( String animation, bool reset ) : void
animation String
reset bool
리턴 void

Update() 공개 메소드

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

프로퍼티 상세

Animations 공개적으로 프로퍼티

public Dictionary Animations
리턴 Animation>.Dictionary

CurrentAnimation 공개적으로 프로퍼티

public Animation,xnapunk.graphics.anim CurrentAnimation
리턴 xnapunk.graphics.anim.Animation

Playing 공개적으로 프로퍼티

public bool Playing
리턴 bool