Particle emitter component. More...
#include "components/AssetTypes.hpp"#include "components/ColorTypes.hpp"#include <glm/vec2.hpp>#include <glm/vec3.hpp>#include <vector>Go to the source code of this file.
Classes | |
| struct | vex::ParticleGPUData |
| Structure passed to the GPU containing per-particle rendering data. More... | |
| struct | vex::Particle |
| CPU-side representation of a single particle during its lifetime. More... | |
| struct | vex::ParticleEmitterComponent |
| Component that emits and manages a system of particles. More... | |
Namespaces | |
| namespace | vex |
Particle emitter component.
Definition in file ParticleEmitterComponent.hpp.