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

#include <Component.hpp>

+ Inheritance diagram for ecs::Scrolling:
+ Collaboration diagram for ecs::Scrolling:

Public Attributes

float speed_x
 
float original_width
 
float original_height
 
bool fit_width
 
- Public Attributes inherited from ecs::IComponent
std::string id
 

Detailed Description

Definition at line 165 of file Component.hpp.

Member Data Documentation

◆ fit_width

bool ecs::Scrolling::fit_width

Definition at line 170 of file Component.hpp.

◆ original_height

float ecs::Scrolling::original_height

Definition at line 169 of file Component.hpp.

◆ original_width

float ecs::Scrolling::original_width

Definition at line 168 of file Component.hpp.

◆ speed_x

float ecs::Scrolling::speed_x

Definition at line 167 of file Component.hpp.


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