C# Class Touhou.ExampleSprite.ExampleSprite.Boss

Inheritance: Enemy
显示文件 Open project: schedule-productions/Touhou

Public Properties

Property Type Description
isEntering bool

Public Methods

Method Description
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

Method Details

Boss() public method

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
return System

Boss() public method

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
return System

enter() public method

public enter ( ) : void
return void

explode() public method

public explode ( ) : void
return void

update() public method

public update ( ) : bool
return bool

Property Details

isEntering public_oe static_oe property

public static bool isEntering
return bool