C# 클래스 ProjectCow.SmallRocket

Small rockets from tanks
상속: Projectile
파일 보기 프로젝트 열기: csce3513/Team12 1 사용 예제들

공개 메소드들

메소드 설명
Draw ( SpriteBatch spriteBatch ) : void
LoadContent ( Microsoft.Xna.Framework.Content.ContentManager content ) : void
SmallRocket ( Vector2 position, GameObjectsManager manager ) : System
Update ( GameTime gameTime ) : void

비공개 메소드들

메소드 설명
SetRotation ( ) : void
SetVelocity ( Vector2 spaceshipPosition, int width, int height ) : void

메소드 상세

Draw() 공개 메소드

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

LoadContent() 공개 메소드

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

SmallRocket() 공개 메소드

public SmallRocket ( Vector2 position, GameObjectsManager manager ) : System
position Vector2
manager GameObjectsManager
리턴 System

Update() 공개 메소드

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