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

#include <Component.hpp>

+ Inheritance diagram for ecs::Rect:
+ Collaboration diagram for ecs::Rect:

Public Attributes

float pos_x {}
 
float pos_y {}
 
int size_x {}
 
int size_y {}
 
- Public Attributes inherited from ecs::IComponent
std::string id
 

Detailed Description

Definition at line 47 of file Component.hpp.

Member Data Documentation

◆ pos_x

float ecs::Rect::pos_x {}

Definition at line 49 of file Component.hpp.

◆ pos_y

float ecs::Rect::pos_y {}

Definition at line 49 of file Component.hpp.

◆ size_x

int ecs::Rect::size_x {}

Definition at line 50 of file Component.hpp.

◆ size_y

int ecs::Rect::size_y {}

Definition at line 50 of file Component.hpp.


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