terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
|
Public Member Functions | |
LittleFlyingCritterParticle () | |
void | Prepare (Vector2 position, int duration) |
void | RestInPool () |
virtual void | FetchFromPool () |
void | Update (ParticleRendererSettings settings) |
void | Draw (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 |
bool< IsRestingInPool > | k__BackingField |
bool< ShouldBeRemovedFromRenderer > | k__BackingField |
Vector2 | _spawnPosition |
Vector2 | _localPosition |
Vector2 | _velocity |
float | _neverGoBelowThis |
Definition at line 9 of file LittleFlyingCritterParticle.cs.