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
Loading...
Searching...
No Matches
Terraria.Graphics.Renderers.CreativeSacrificeParticle Class Reference
+ Inheritance diagram for Terraria.Graphics.Renderers.CreativeSacrificeParticle:
+ Collaboration diagram for Terraria.Graphics.Renderers.CreativeSacrificeParticle:

Public Member Functions

 CreativeSacrificeParticle (Asset< Texture2D > textureAsset, Rectangle? frame, Vector2 initialVelocity, Vector2 initialLocalPosition)
 
void Update (ref ParticleRendererSettings settings)
 
void Draw (ref ParticleRendererSettings settings, SpriteBatch spritebatch)
 

Public Attributes

Vector2 AccelerationPerFrame
 
Vector2 Velocity
 
Vector2 LocalPosition
 
float ScaleOffsetPerFrame
 
float StopWhenBelowXScale
 

Properties

bool ShouldBeRemovedFromRenderer [get, set, private set]
 

Private Attributes

bool< ShouldBeRemovedFromRendererk__BackingField
 
Asset< Texture2D_texture
 
Rectangle _frame
 
Vector2 _origin
 
float _scale
 

Detailed Description

Definition at line 13 of file CreativeSacrificeParticle.cs.


The documentation for this class was generated from the following file: