TDME2 1.9.121
Particle.h
Go to the documentation of this file.
1
2#pragma once
3
4#include <tdme/tdme.h>
9#include <tdme/math/Vector3.h>
10
13
14/**
15 * Particle entity
16 * @author Andreas Drewke
17 * @version $Id$
18 */
20{
21 bool active;
25 float mass;
26 int64_t lifeTimeMax;
30};
Color 4 definition.
Definition: Color4.h:20
3D vector 3 class
Definition: Vector3.h:22