Свойство | Type | Description | |
---|---|---|---|
effect | SpriteEffects |
Méthode | Description | |
---|---|---|
Enemy ( AnimatedTexture t, Vector2 p, Vector2 d, Color c, float h, System.Script scr, string dr ) : System | ||
Enemy ( AnimatedTexture t, Vector2 p, float a, float s, Color c, float h, System.Script scr, string dr ) : System | ||
collide ( ) : bool | ||
explode ( ) : void | ||
update ( ) : bool |
public Enemy ( 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 |
public Enemy ( 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 |