EPOK RUNTIME
epok::ParticleEmitter
Struct
Struct
Struct declared by the particle-types module for bounded particle simulation and rendering.
Basic usage
This minimal snippet shows the normal syntax for reaching the type. Open a member below for an operation-specific example.
C++ example
#include "particle_types.hpp"
epok::ParticleEmitter& value = /* obtain a valid instance from your game */;Fields and constants
accumulatorExposes `accumulator` on `epok::ParticleEmitter` for bounded particle simulation and rendering.Fieldburst_countExposes `burst_count` on `epok::ParticleEmitter` for bounded particle simulation and rendering.FieldcontinuousExposes `continuous` on `epok::ParticleEmitter` for bounded particle simulation and rendering.FieldenabledExposes `enabled` on `epok::ParticleEmitter` for bounded particle simulation and rendering.Fieldend_colorExposes `end_color` on `epok::ParticleEmitter` for bounded particle simulation and rendering.Fieldend_sizeExposes `end_size` on `epok::ParticleEmitter` for bounded particle simulation and rendering.Fieldframe_columnsExposes `frame_columns` on `epok::ParticleEmitter` for bounded particle simulation and rendering.Fieldframe_durationExposes `frame_duration` on `epok::ParticleEmitter` for bounded particle simulation and rendering.FieldframesExposes `frames` on `epok::ParticleEmitter` for bounded particle simulation and rendering.FieldgravityExposes `gravity` on `epok::ParticleEmitter` for bounded particle simulation and rendering.FieldlifetimeExposes `lifetime` on `epok::ParticleEmitter` for bounded particle simulation and rendering.Fieldlocal_spaceExposes `local_space` on `epok::ParticleEmitter` for bounded particle simulation and rendering.Fieldmax_particlesExposes `max_particles` on `epok::ParticleEmitter` for bounded particle simulation and rendering.FieldpendingExposes `pending` on `epok::ParticleEmitter` for bounded particle simulation and rendering.FieldplayingExposes `playing` on `epok::ParticleEmitter` for bounded particle simulation and rendering.Fieldrandom_stateExposes `random_state` on `epok::ParticleEmitter` for bounded particle simulation and rendering.FieldrateExposes `rate` on `epok::ParticleEmitter` for bounded particle simulation and rendering.FieldseedExposes `seed` on `epok::ParticleEmitter` for bounded particle simulation and rendering.FieldseededExposes `seeded` on `epok::ParticleEmitter` for bounded particle simulation and rendering.FieldspreadExposes `spread` on `epok::ParticleEmitter` for bounded particle simulation and rendering.FieldspriteExposes `sprite` on `epok::ParticleEmitter` for bounded particle simulation and rendering.Fieldstart_colorExposes `start_color` on `epok::ParticleEmitter` for bounded particle simulation and rendering.Fieldstart_sizeExposes `start_size` on `epok::ParticleEmitter` for bounded particle simulation and rendering.FieldstartedExposes `started` on `epok::ParticleEmitter` for bounded particle simulation and rendering.FieldvelocityExposes `velocity` on `epok::ParticleEmitter` for bounded particle simulation and rendering.Field