terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches

◆ IsRestingInPool

bool Terraria.Graphics.Renderers.ABasicParticle.IsRestingInPool
getprivate setinherited

Implements Terraria.Graphics.Renderers.IPooledParticle.

Definition at line 95 of file ABasicParticle.cs.

96 {
98 get
99 {
100 return this.<IsRestingInPool>k__BackingField;
101 }
103 private set
104 {
105 }
106 }
class f__AnonymousType0<< Count > j__TPar
bool< ShouldBeRemovedFromRenderer > k__BackingField

Referenced by Terraria.Graphics.Renderers.ABasicParticle.RestInPool().