C# 클래스 Touhou.ExampleSprite.ExampleSprite.Boss

상속: Enemy
파일 보기 프로젝트 열기: schedule-productions/Touhou

공개 프로퍼티들

프로퍼티 타입 설명
isEntering bool

공개 메소드들

메소드 설명
Boss ( AnimatedTexture t, Vector2 p, Vector2 d, Color c, float h, System.Script scr, string dr ) : System
Boss ( AnimatedTexture t, Vector2 p, float a, float s, Color c, float h, System.Script scr, string dr ) : System
enter ( ) : void
explode ( ) : void
update ( ) : bool

메소드 상세

Boss() 공개 메소드

public Boss ( AnimatedTexture t, Vector2 p, Vector2 d, Color c, float h, System.Script scr, string dr ) : System
t AnimatedTexture
p Vector2
d Vector2
c Color
h float
scr System.Script
dr string
리턴 System

Boss() 공개 메소드

public Boss ( AnimatedTexture t, Vector2 p, float a, float s, Color c, float h, System.Script scr, string dr ) : System
t AnimatedTexture
p Vector2
a float
s float
c Color
h float
scr System.Script
dr string
리턴 System

enter() 공개 메소드

public enter ( ) : void
리턴 void

explode() 공개 메소드

public explode ( ) : void
리턴 void

update() 공개 메소드

public update ( ) : bool
리턴 bool

프로퍼티 상세

isEntering 공개적으로 정적으로 프로퍼티

public static bool isEntering
리턴 bool