Brunot
Loading...
Searching...
No Matches
ParticleEmitter.cpp File Reference

An object that manages many of a single type of particle. More...

#include "ParticleEmitter.h"
#include "Framework/Engine.h"
#include "System/Editor.h"
#include "System/ParticleManager.h"
#include "misc/cpp/imgui_stdlib.h"
Include dependency graph for ParticleEmitter.cpp:

Functions

auto to_json (json &j, const ParticleEmitter &n) ->void
auto from_json (const json &j, ParticleEmitter &n) ->void

Detailed Description

An object that manages many of a single type of particle.

It creates them by using a ParticleSpawner, and then sends them to a ParticleBlock, where they are stored and updated

Author
(aidan.nosp@m..har.nosp@m.tman@.nosp@m.digi.nosp@m.pen.e.nosp@m.du)
Date
2026 / 03 / 27

Function Documentation

◆ from_json()

auto from_json ( const json & j,
ParticleEmitter & n )->void

◆ to_json()

auto to_json ( json & j,
const ParticleEmitter & n )->void