메소드 | 설명 | |
---|---|---|
Draw ( |
Draws the animated enemy.
|
|
Enemy ( |
Constructs a new Enemy.
|
|
LoadContent ( string spriteSet ) : void |
Loads a particular enemy sprite sheet and sounds.
|
|
Update ( |
Paces back and forth along a platform, waiting at either end.
|
public Draw ( |
||
gameTime | ||
batch | BitmapBatch | |
리턴 | void |
public Enemy ( |
||
level | ||
position | Vector2 | |
spriteSet | string | |
리턴 | System |
public Update ( |
||
gameTime | ||
리턴 | void |