C# 클래스 manlyMiniGames.Player

상속: Sprite
파일 보기 프로젝트 열기: degrand1/Manly-Mini-Games 1 사용 예제들

공개 메소드들

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

비공개 메소드들

메소드 설명
UpdateMovement ( KeyboardState currentKeyboardState ) : void
UpdateRocket ( GameTime theGameTime, KeyboardState theCurrentKeyboardState, Map map ) : void
shootRocket ( Map map ) : 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 ) : void
theContentManager Microsoft.Xna.Framework.Content.ContentManager
리턴 void

Update() 공개 메소드

public Update ( GameTime theGameTime, Map map ) : void
theGameTime Microsoft.Xna.Framework.GameTime
map Map
리턴 void