R-Type
Distributed multiplayer game engine in C++
Loading...
Searching...
No Matches
ecs::Velocity Member List

This is the complete list of members for ecs::Velocity, including all inherited members.

_baseSpeedecs::Velocityprivate
_directionecs::Velocityprivate
_speedecs::Velocityprivate
getBaseSpeed() constecs::Velocityinline
getDirection() constecs::Velocityinline
getSpeed() constecs::Velocityinline
getType() const overrideecs::Velocityinlinevirtual
setDirection(float dirX, float dirY)ecs::Velocityinline
setSpeed(float speed)ecs::Velocityinline
Velocity(float dirX, float dirY, float speed)ecs::Velocityinline
~IComponent()=defaultecs::IComponentvirtual
~Velocity() override=defaultecs::Velocity