r-type  0.0.0
R-Type main
Loading...
Searching...
No Matches
ecs::Velocity Struct Referencefinal

#include <Component.hpp>

+ Inheritance diagram for ecs::Velocity:
+ Collaboration diagram for ecs::Velocity:

Public Attributes

float x {}
 
float y {}
 
- Public Attributes inherited from ecs::IComponent
std::string id
 

Detailed Description

Definition at line 72 of file Component.hpp.

Member Data Documentation

◆ x

float ecs::Velocity::x {}

Definition at line 74 of file Component.hpp.

Referenced by cli::AsteroidSystem::update(), and cli::ProjectileSystem::update().

◆ y

float ecs::Velocity::y {}

Definition at line 74 of file Component.hpp.


The documentation for this struct was generated from the following file: