C# 클래스 _1942.Boss3_Gun

상속: Boss_Accessory
파일 보기 프로젝트 열기: Hoobler/Projekt1

공개 메소드들

메소드 설명
Boss3_Gun ( Vector2 position, float angleSpeed, Vector2 rotationPoint ) : System
Draw ( Microsoft spriteBatch ) : void
Update ( GameTime gameTime, Vector2 speed ) : void
Update ( float angle ) : void

메소드 상세

Boss3_Gun() 공개 메소드

public Boss3_Gun ( Vector2 position, float angleSpeed, Vector2 rotationPoint ) : System
position Vector2
angleSpeed float
rotationPoint Vector2
리턴 System

Draw() 공개 메소드

public Draw ( Microsoft spriteBatch ) : void
spriteBatch Microsoft
리턴 void

Update() 공개 메소드

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

Update() 공개 메소드

public Update ( float angle ) : void
angle float
리턴 void