C# 클래스 manlyMiniGames.Sprite

파일 보기 프로젝트 열기: degrand1/Manly-Mini-Games

공개 프로퍼티들

프로퍼티 타입 설명
mPosition Vector2
source Microsoft.Xna.Framework.Rectangle

공개 메소드들

메소드 설명
Draw ( SpriteBatch theSpriteBatch ) : void
Draw ( SpriteBatch theSpriteBatch, Map map ) : void
LoadContent ( Microsoft.Xna.Framework.Content.ContentManager theContentManager, string theAssetName ) : void
Update ( GameTime theGameTime, Vector2 theSpeed, Vector2 theDirection ) : void

메소드 상세

Draw() 공개 메소드

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

Draw() 공개 메소드

public Draw ( SpriteBatch theSpriteBatch, Map map ) : void
theSpriteBatch Microsoft.Xna.Framework.Graphics.SpriteBatch
map Map
리턴 void

LoadContent() 공개 메소드

public LoadContent ( Microsoft.Xna.Framework.Content.ContentManager theContentManager, string theAssetName ) : void
theContentManager Microsoft.Xna.Framework.Content.ContentManager
theAssetName string
리턴 void

Update() 공개 메소드

public Update ( GameTime theGameTime, Vector2 theSpeed, Vector2 theDirection ) : void
theGameTime Microsoft.Xna.Framework.GameTime
theSpeed Vector2
theDirection Vector2
리턴 void

프로퍼티 상세

mPosition 공개적으로 프로퍼티

public Vector2 mPosition
리턴 Vector2

source 공개적으로 프로퍼티

public Rectangle,Microsoft.Xna.Framework source
리턴 Microsoft.Xna.Framework.Rectangle