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 | |
ItemTransferParticle () | |
void | Update (ParticleRendererSettings settings) |
void | Prepare (int itemType, int lifeTimeTotal, Vector2 playerPosition, Vector2 chestPosition) |
void | Draw (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 | |
bool< ShouldBeRemovedFromRenderer > | k__BackingField |
Item | _itemInstance |
int | _lifeTimeCounted |
int | _lifeTimeTotal |
bool< IsRestingInPool > | k__BackingField |
Definition at line 9 of file ItemTransferParticle.cs.