Method | Description | |
---|---|---|
BulletPool ( ) : System | ||
GetBullet ( ) : Bullet |
Gets a bullet from the pool.
|
|
ReturnBullet ( Bullet returnBullet ) : void |
Returns a used bullet to the pool.
|
public ReturnBullet ( Bullet returnBullet ) : void | ||
returnBullet | Bullet | The bullet to return. |
return | void |