|
OpenGothic
Open source reimplementation of Gothic I and II
|
#include <particlesdefinitions.h>
Public Member Functions | |
| ParticlesDefinitions () | |
| ~ParticlesDefinitions () | |
| const ParticleFx * | get (std::string_view name, bool relaxed) |
| const ParticleFx * | get (const ParticleFx *base, const VisualFx::Key *key) |
Definition at line 14 of file particlesdefinitions.h.
| ParticlesDefinitions::ParticlesDefinitions | ( | ) |
Definition at line 11 of file particlesdefinitions.cpp.
| ParticlesDefinitions::~ParticlesDefinitions | ( | ) |
Definition at line 15 of file particlesdefinitions.cpp.
| const ParticleFx * ParticlesDefinitions::get | ( | const ParticleFx * | base, |
| const VisualFx::Key * | key | ||
| ) |
Definition at line 29 of file particlesdefinitions.cpp.
| const ParticleFx * ParticlesDefinitions::get | ( | std::string_view | name, |
| bool | relaxed | ||
| ) |
Definition at line 18 of file particlesdefinitions.cpp.