메소드 | 설명 | |
---|---|---|
Draw ( |
Draws the projectile.
|
|
IntersectsWith ( IDynamicHitbox dynamicHitbox ) : bool |
A value indicating whether the hitbox intersects with another.
|
|
Projectile ( |
Initializes a new Projectile class.
|
|
Update ( |
Updates the projectile.
|
public Draw ( |
||
spriteBatch | The spriteBatch. | |
gameTime | The GameTime. | |
리턴 | void |
public IntersectsWith ( IDynamicHitbox dynamicHitbox ) : bool | ||
dynamicHitbox | IDynamicHitbox | The other DynamicHitbox. |
리턴 | bool |
public Projectile ( |
||
projectileTexture | The ProjectileTexture. | |
리턴 | Sharpex2D |
public Update ( |
||
gameTime | The GameTime. | |
리턴 | void |