C# Class Touhou.ExampleSprite.ExampleSprite.Boss

Inheritance: Enemy
Afficher le fichier Open project: schedule-productions/Touhou

Méthodes publiques

Свойство Type Description
isEntering bool

Méthodes publiques

Méthode 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 méthode

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
Résultat System

Boss() public méthode

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
Résultat System

enter() public méthode

public enter ( ) : void
Résultat void

explode() public méthode

public explode ( ) : void
Résultat void

update() public méthode

public update ( ) : bool
Résultat bool

Property Details

isEntering public_oe static_oe property

public static bool isEntering
Résultat bool