Property | Type | Description | |
---|---|---|---|
challenge | |||
frameCount | int | ||
leftToRight | bool | ||
pool | |||
startPosition | Vector2 |
Method | Description | |
---|---|---|
CycEnemy ( Game1 game, |
||
Die ( ) : void | ||
LoadContent ( ) : void | ||
Reset ( |
||
Update ( |
Method | Description | |
---|---|---|
UpdatePosition ( |
public CycEnemy ( Game1 game, |
||
game | Game1 | |
p | ||
return | System |
public Reset ( |
||
c | ||
img | string | |
fc | int | |
col | CollisionStyle | |
left | bool | |
xp | int | |
yp | int | |
w | int | |
h | int | |
diff | int | |
return | void |
public Update ( |
||
gameTime | ||
return | void |
protected UpdatePosition ( |
||
gameTime | ||
return | void |