Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
Terraria.Graphics.Renderers.CreativeSacrificeParticle Class Reference

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, private set]
 

Private Attributes

Asset< Texture2D_texture
 
Rectangle _frame
 
Vector2 _origin
 
float _scale
 

Detailed Description

Definition at line 7 of file CreativeSacrificeParticle.cs.


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