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

#include <Component.hpp>

+ Inheritance diagram for ecs::LoadingAnimation:
+ Collaboration diagram for ecs::LoadingAnimation:

Public Attributes

int current_frame
 
int total_frames
 
float frame_duration
 
float current_time
 
float frame_width
 
float frame_height
 
int frames_per_row
 
- Public Attributes inherited from ecs::IComponent
std::string id
 

Detailed Description

Definition at line 105 of file Component.hpp.

Member Data Documentation

◆ current_frame

int ecs::LoadingAnimation::current_frame

Definition at line 107 of file Component.hpp.

◆ current_time

float ecs::LoadingAnimation::current_time

Definition at line 110 of file Component.hpp.

◆ frame_duration

float ecs::LoadingAnimation::frame_duration

Definition at line 109 of file Component.hpp.

◆ frame_height

float ecs::LoadingAnimation::frame_height

Definition at line 112 of file Component.hpp.

◆ frame_width

float ecs::LoadingAnimation::frame_width

Definition at line 111 of file Component.hpp.

◆ frames_per_row

int ecs::LoadingAnimation::frames_per_row

Definition at line 113 of file Component.hpp.

◆ total_frames

int ecs::LoadingAnimation::total_frames

Definition at line 108 of file Component.hpp.


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