메소드 | 설명 | |
---|---|---|
Draw ( |
Draws the projectile.
|
|
Update ( |
Updates the status of the projectile.
|
메소드 | 설명 | |
---|---|---|
LoadContent ( Microsoft.Xna.Framework.Game game, string parentDir ) : void |
Loads the graphical content for the Projectile.
|
public Draw ( |
||
spriteBatch | Enables a group of sprites to be drawn using the same settings. | |
리턴 | void |
public Update ( |
||
gameTime | /// Snapshot of the game timing values which can be used for /// time-based calculations and representations. /// | |
리턴 | void |