Terraria v1.4.4.9
Terraria source code documentation
|
Public Member Functions | |
ABasicParticle () | |
virtual void | SetBasicInfo (Asset< Texture2D > textureAsset, Rectangle? frame, Vector2 initialVelocity, Vector2 initialLocalPosition) |
virtual void | Update (ref ParticleRendererSettings settings) |
void | Draw (ref ParticleRendererSettings settings, SpriteBatch spritebatch) |
void | RestInPool () |
virtual void | FetchFromPool () |
Public Attributes | |
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, protected set] |
bool | IsRestingInPool [get, private set] |
Definition at line 7 of file ABasicParticle.cs.