|
tModLoader v2025.09
A mod to make and play Terraria mods
|
Inherits IPooledParticle, and IParticle.
Public Member Functions | |
| void | Draw (ref ParticleRendererSettings settings, SpriteBatch spritebatch) |
| virtual void | FetchFromPool () |
| void | Prepare (int itemType, int lifeTimeTotal, Vector2 playerPosition, Vector2 chestPosition) |
| void | RestInPool () |
| void | Update (ref ParticleRendererSettings settings) |
| void | FetchFromPool () |
| void | RestInPool () |
| void | Draw (ref ParticleRendererSettings settings, SpriteBatch spritebatch) |
| void | Update (ref ParticleRendererSettings settings) |
Public Attributes | |
| Vector2 | BezierHelper1 |
| Vector2 | BezierHelper2 |
| Vector2 | EndPosition |
| Vector2 | StartPosition |
Properties | |
| bool | IsRestingInPool [get] |
| bool | ShouldBeRemovedFromRenderer [get] |
Properties inherited from IPooledParticle | |
| bool | IsRestingInPool [get] |
Properties inherited from IParticle | |
| bool | ShouldBeRemovedFromRenderer [get] |
| void ItemTransferParticle.Draw | ( | ref ParticleRendererSettings | settings, |
| SpriteBatch | spritebatch | ||
| ) |
Implements IParticle.
|
virtual |
Implements IPooledParticle.
| void ItemTransferParticle.RestInPool | ( | ) |
Implements IPooledParticle.
| void ItemTransferParticle.Update | ( | ref ParticleRendererSettings | settings | ) |
Implements IParticle.
|
get |
Implements IPooledParticle.
|
get |
Implements IParticle.