|
| enum | Status { Removed,
Alive,
Dead
} |
| |
|
|
Status | status |
| |
|
glm::vec3 | creationPosition |
| |
|
glm::vec3 | creationEulers |
| |
|
glm::vec3 | directionalSpeed |
| |
|
glm::vec3 | angularSpeed |
| |
|
float | creationTime |
| |
|
float | deathTime |
| |
|
float | scale |
| |
|
uint32_t | color |
| |
|
float | emissiveness |
| |
The documentation for this struct was generated from the following file: