|
| BulletEnemy (const std::string &uniqueName, uranus::ecs::component::Position pos, std::shared_ptr< engine::Texture > &texture) |
|
void | move (size_t entity, float delta) override |
|
| Bullet (const std::string &uniqueName, uranus::ecs::component::Position pos, std::shared_ptr< engine::Texture > &texture, std::uint32_t networkId=0, bool owned=false) |
|
void | colliding (const size_t &entity, const size_t &entityCollidingWith) |
|
void | handleKeyboard (size_t entity, const engine::Event event) |
|
bool | isCanMove () const |
|
void | loop (const size_t, float delta) |
|
virtual void | move (size_t entity, float delta) |
|
void | setCanMove (bool move) |
|
| Base (const std::string &uniqueName) |
|
size_t | getEntityId () |
|
const std::string & | getUniqueName () |
|
void | setEntityId (size_t entityId) |
|
void | setUniqueName (const std::string &uniqueName) |
|
|
bool | canMove |
|
bool | networked |
|
std::uint32_t | networkId |
|
bool | sent |
|
size_t | _entityId |
|
std::string | _uniqueName |
|
◆ move()
void BulletEnemy::move |
( |
size_t |
entity, |
|
|
float |
delta |
|
) |
| |
|
overridevirtual |
The documentation for this class was generated from the following files:
- /github/workspace/client/include/BulletEnemy.hpp
- /github/workspace/client/src/BulletEnenmy.cpp