C# 클래스 WindowsGame1.Character

상속: AnimatedSprite
파일 보기 프로젝트 열기: csce3513/Team18 1 사용 예제들

공개 메소드들

메소드 설명
CharacterUpdate ( GameTime theGameTime ) : void
LoadContent ( Microsoft.Xna.Framework.Content.ContentManager theContentManager ) : void

비공개 메소드들

메소드 설명
UpdateMovement ( KeyboardState aCurrentKeyboardState ) : void

메소드 상세

CharacterUpdate() 공개 메소드

public CharacterUpdate ( GameTime theGameTime ) : void
theGameTime Microsoft.Xna.Framework.GameTime
리턴 void

LoadContent() 공개 메소드

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