| 
    terraria-cpp2il v1.4.4.9
    
   Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon 
   | 
 
 Inheritance diagram for Terraria.Graphics.Renderers.FlameParticle:
 Collaboration diagram for Terraria.Graphics.Renderers.FlameParticle:Public Member Functions | |
| override void | FetchFromPool () | 
| override void | SetBasicInfo (Asset< Texture2D > textureAsset, Rectangle? frame, Vector2 initialVelocity, Vector2 initialLocalPosition) | 
| void | SetTypeInfo (float timeToLive, int indexOfPlayerWhoSpawnedIt, int packedShaderIndex) | 
| override void | Update (ref ParticleRendererSettings settings) | 
| override void | Draw (ref ParticleRendererSettings settings, SpriteBatch spritebatch) | 
| FlameParticle () | |
| void | RestInPool () | 
Public Attributes | |
| float | FadeOutNormalizedTime | 
| Vector2 | AccelerationPerFrame | 
| Vector2 | Velocity | 
| Vector2 | LocalPosition | 
| float | Rotation | 
| float | RotationVelocity | 
| float | RotationAcceleration | 
| Vector2 | Scale | 
| Vector2 | ScaleVelocity | 
| Vector2 | ScaleAcceleration | 
Protected Attributes | |
| Asset< Texture2D > | _texture | 
| Rectangle | _frame | 
| Vector2 | _origin | 
Properties | |
| bool | ShouldBeRemovedFromRenderer [get, set, protected set] | 
| bool | IsRestingInPool [get, set, private set] | 
Private Attributes | |
| float | _timeTolive | 
| float | _timeSinceSpawn | 
| int | _indexOfPlayerWhoSpawnedThis | 
| int | _packedShaderIndex | 
| bool< ShouldBeRemovedFromRenderer > | k__BackingField | 
| bool< IsRestingInPool > | k__BackingField | 
Definition at line 13 of file FlameParticle.cs.