Terraria v1.4.4.9
Terraria source code documentation
|
Public Member Functions | |
void | Prepare (Vector2 position, int duration) |
void | RestInPool () |
virtual void | FetchFromPool () |
void | Update (ref ParticleRendererSettings settings) |
void | Draw (ref ParticleRendererSettings settings, SpriteBatch spritebatch) |
Properties | |
bool | IsRestingInPool [get, private set] |
bool | ShouldBeRemovedFromRenderer [get, private set] |
Private Member Functions | |
void | RandomizeVelocity () |
Private Attributes | |
int | _lifeTimeCounted |
int | _lifeTimeTotal |
Vector2 | _spawnPosition |
Vector2 | _localPosition |
Vector2 | _velocity |
float | _neverGoBelowThis |
Definition at line 8 of file LittleFlyingCritterParticle.cs.