|
group2 0.1.0
CSE 125 Group 2
|
Powerup state information. More...
#include "PowerupSpawner.hpp"#include <array>#include <cstddef>#include <glm/vec3.hpp>#include <vector>Go to the source code of this file.
Classes | |
| struct | ActivePowerup |
| struct | PowerupState |
| struct | PowerupConfig |
Functions | |
| const PowerupConfig & | getPowerupConfig (PowerupType type) |
Variables | |
| constexpr float | k_powerupInitialSpawnDelaySeconds = 60.0f |
| constexpr float | k_powerupRespawnCooldownSeconds = 30.0f |
| const glm::vec3 | k_powerupPickupHalfExtents {32.0f, 32.0f, 32.0f} |
Powerup state information.
|
inline |
|
inlineconstexpr |
|
inline |
|
inlineconstexpr |