Terraria v1.4.4.9
Terraria source code documentation
|
Public Member Functions | |
ItemTransferParticle () | |
void | Update (ref ParticleRendererSettings settings) |
void | Prepare (int itemType, int lifeTimeTotal, Vector2 playerPosition, Vector2 chestPosition) |
void | Draw (ref ParticleRendererSettings settings, SpriteBatch spritebatch) |
void | RestInPool () |
virtual void | FetchFromPool () |
Public Attributes | |
Vector2 | StartPosition |
Vector2 | EndPosition |
Vector2 | BezierHelper1 |
Vector2 | BezierHelper2 |
Properties | |
bool | ShouldBeRemovedFromRenderer [get, private set] |
bool | IsRestingInPool [get, private set] |
Private Attributes | |
Item | _itemInstance |
int | _lifeTimeCounted |
int | _lifeTimeTotal |
Definition at line 7 of file ItemTransferParticle.cs.