A container for holding and updating particles that are all the same type.
More...
A container for holding and updating particles that are all the same type.
ParticleBlock used and owned by ParticleEmitter, and shared with sys::ParticleManager. Takes in particles as an Array of Structs, and stores them as a Struct of Arrays, for performance
- Author
- Aidan Hartman (aidan.nosp@m..har.nosp@m.tman@.nosp@m.digi.nosp@m.pen.e.nosp@m.du)
- Date
- 2026 / 03 / 27
- Copyright
- (c) Digipen 2026
◆ DEBUG_ROWS
◆ PB_ADD
Value:name[
pos] = (particle.##name)
static int pos[2]
Definition Editor.cpp:79
◆ PB_PUSH
Value:name.push_back(particle.##name)
◆ ROW