|
| EnemyShooter (const std::string &uniqueName, uranus::ecs::component::Position pos, std::shared_ptr< engine::Texture > &texture) |
|
void | loop (size_t entity) override |
|
| Enemy (const std::string &uniqueName, uranus::ecs::component::Position pos, std::shared_ptr< engine::Texture > &texture) |
|
void | animationCallback (size_t entity, const std::string &animationName) |
|
virtual void | colliding (const size_t &entity, const size_t &entityCollidingWith) |
|
virtual void | loop (size_t) |
|
| Base (const std::string &uniqueName) |
|
const std::string & | getUniqueName () |
|
|
size_t | _entityId |
|
std::string | _uniqueName |
|
◆ loop()
void EnemyShooter::loop |
( |
size_t |
entity | ) |
|
|
overridevirtual |
Reimplemented from Enemy.
The documentation for this class was generated from the following files:
- /github/workspace/include/game/EnemyShooter.hpp
- /github/workspace/src/game/EnemyShooter.cpp