|
Arcade Shooter
|
A particle instance that rotates. More...
#include <RotatingParticle.h>
Public Member Functions | |
| virtual void | SetRotationVelocity (const float velocity) |
| Sets the particle's rotational velocity. More... | |
| virtual float | GetRotationVelocity () const |
| Gets the rotational velocity of the particle. More... | |
Public Member Functions inherited from KatanaEngine::Particle | |
| virtual float | GetInterpolationValue () |
| A value representing the percentage of the particle's lifespan. More... | |
| virtual void | SetLifespan (const float seconds) |
| Sets the lifespan of the particle in seconds. More... | |
| virtual void | SetTemplate (ParticleTemplate *pTemplate) |
| Sets template responsible for updating the particle. More... | |
| virtual void | SetPosition (const Vector2 position) |
| Sets the particle's position. More... | |
| virtual Vector2 & | GetPosition () |
| Gets the position of the particle. More... | |
| virtual void | SetAlpha (const float alpha) |
| Sets the particle's alpha value (opacity). More... | |
| virtual float | GetAlpha () const |
| Gets the alpha value (opacity) of the particle. More... | |
| virtual void | SetScale (const Vector2 scale) |
| Sets the particle's scale. More... | |
| virtual Vector2 | GetScale () const |
| Gets the scale of the particle. More... | |
| virtual void | SetRotation (const float rotation) |
| Sets the particle's rotation. More... | |
| virtual float | GetRotation () const |
| Gets the rotation of the particle. More... | |
| virtual uint32_t | GetIndex () const |
| Gets the index of the particle. More... | |
A particle instance that rotates.
|
inlinevirtual |
Gets the rotational velocity of the particle.
|
inlinevirtual |
Sets the particle's rotational velocity.
| velocity | The rotational velocity value. |
1.8.13