R-TYPE
|
This is the complete list of members for ECS::Hitbox, including all inherited members.
getHeight() const noexcept | ECS::Hitbox | |
getWidth() const noexcept | ECS::Hitbox | |
Hitbox(unsigned short sizex, unsigned short sizey) noexcept | ECS::Hitbox | explicit |
Hitbox(const Hitbox &hitbox) noexcept | ECS::Hitbox | |
Hitbox(Hitbox &&) noexcept=delete | ECS::Hitbox | explicit |
isColliding(const std::shared_ptr< ECS::Position > current, const std::shared_ptr< ECS::Hitbox > compare, const std::shared_ptr< ECS::Position > comp) const noexcept | ECS::Hitbox | |
operator=(const Hitbox &) const noexcept=delete | ECS::Hitbox | |
operator=(Hitbox &&) const noexcept=delete | ECS::Hitbox | |
setHeight(unsigned short height) noexcept | ECS::Hitbox | |
setWidth(unsigned short width) noexcept | ECS::Hitbox | |
~Hitbox() noexcept override=default | ECS::Hitbox | |
~IComp() noexcept=default | ECS::IComp | virtual |