|
Urho3D
|
One particle in the particle system. More...
#include </home/runner/work/urho3d-doxygen.github.io/urho3d-doxygen.github.io/urho3d_repo/Source/Urho3D/Graphics/ParticleEmitter.h>
Public Attributes | |
| Vector3 | velocity_ |
| Velocity. | |
| Vector2 | size_ |
| Original billboard size. | |
| float | timer_ |
| Time elapsed from creation. | |
| float | timeToLive_ |
| Lifetime. | |
| float | scale_ |
| Size scaling value. | |
| float | rotationSpeed_ |
| Rotation speed. | |
| i32 | colorIndex_ |
| Current color animation index. | |
| i32 | texIndex_ |
| Current texture animation index. | |
One particle in the particle system.