Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
Terraria.Graphics.Renderers.LittleFlyingCritterParticle Class Reference

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
 

Detailed Description

Definition at line 8 of file LittleFlyingCritterParticle.cs.


The documentation for this class was generated from the following file: