C# 클래스 MonoGameQuest.CursorSprite

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

공개 메소드들

메소드 설명
CursorSprite ( MonoGameQuest game, Microsoft.Xna.Framework.Graphics.Texture2D spriteSheet, int pixelWidth, int pixelHeight ) : Microsoft.Xna.Framework
Draw ( GameTime gameTime ) : void
Update ( GameTime gameTime ) : void

보호된 메소드들

메소드 설명
BeginSpriteBatch ( ) : void

메소드 상세

BeginSpriteBatch() 보호된 메소드

protected BeginSpriteBatch ( ) : void
리턴 void

CursorSprite() 공개 메소드

public CursorSprite ( MonoGameQuest game, Microsoft.Xna.Framework.Graphics.Texture2D spriteSheet, int pixelWidth, int pixelHeight ) : Microsoft.Xna.Framework
game MonoGameQuest
spriteSheet Microsoft.Xna.Framework.Graphics.Texture2D
pixelWidth int
pixelHeight int
리턴 Microsoft.Xna.Framework

Draw() 공개 메소드

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

Update() 공개 메소드

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