C# 클래스 SpaceCats_v2.PlayerShip

상속: SpaceCats_v2.GameObject
파일 보기 프로젝트 열기: acm-team/SpaceCats 1 사용 예제들

공개 메소드들

메소드 설명
Clone ( ) : SpaceCats_v2.GameObject
Draw ( GameTime gameTime ) : void
PlayerShip ( Main game ) : System
PlayerShip ( PlayerShip p ) : System
Reset ( ) : void
Update ( GameTime gameTime ) : void

메소드 상세

Clone() 공개 메소드

public Clone ( ) : SpaceCats_v2.GameObject
리턴 SpaceCats_v2.GameObject

Draw() 공개 메소드

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

PlayerShip() 공개 메소드

public PlayerShip ( Main game ) : System
game Main
리턴 System

PlayerShip() 공개 메소드

public PlayerShip ( PlayerShip p ) : System
p PlayerShip
리턴 System

Reset() 공개 메소드

public Reset ( ) : void
리턴 void

Update() 공개 메소드

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