|
NcEngine
|
#include "ncengine/asset/AssetViews.h"#include "ncengine/ecs/Component.h"#include "ncengine/graphics/Curve.h"#include "ncmath/Color.h"#include "ncmath/Vector.h"Go to the source code of this file.
Classes | |
| struct | nc::ParticleEmissionInfo |
| Describes particle emission behavior for a ParticleEmitter. More... | |
| struct | nc::ParticleInitInfo |
| Describes initial particle properties. More... | |
| struct | nc::ParticleKinematicInfo |
| Describes particle motion over time. More... | |
| struct | nc::ParticleColorInfo |
| Describes particle color properties. More... | |
| struct | nc::ParticleInfo |
| Settings for a ParticleEmitter. More... | |
| class | nc::ParticleEmitter |
| Component for creating particle effects. More... | |