C# 클래스 _1942.Boss3

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

공개 메소드들

메소드 설명
Accessorize ( ) : void
Boss3 ( Vector2 position, float timer ) : System
Draw ( Microsoft spriteBatch ) : void
Update ( GameTime gameTime ) : void

메소드 상세

Accessorize() 공개 메소드

public Accessorize ( ) : void
리턴 void

Boss3() 공개 메소드

public Boss3 ( Vector2 position, float timer ) : System
position Vector2
timer float
리턴 System

Draw() 공개 메소드

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

Update() 공개 메소드

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