add particles.get_origin(...), particles.set_origin(...)

This commit is contained in:
MihailRis
2024-11-05 04:08:55 +03:00
parent a4f7dbf786
commit edb4ce02ca
3 changed files with 41 additions and 0 deletions
+4
View File
@@ -81,4 +81,8 @@ public:
/// @return true if the emitter has spawned all particles
bool isDead() const;
const EmitterOrigin& getOrigin() const;
void setOrigin(const EmitterOrigin& origin);
};