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

#include <Component.hpp>

+ Inheritance diagram for ecs::Explosion:
+ Collaboration diagram for ecs::Explosion:

Public Attributes

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

Detailed Description

Definition at line 139 of file Component.hpp.

Member Data Documentation

◆ current_frame

int ecs::Explosion::current_frame

Definition at line 141 of file Component.hpp.

◆ current_lifetime

float ecs::Explosion::current_lifetime

Definition at line 149 of file Component.hpp.

◆ current_time

float ecs::Explosion::current_time

Definition at line 144 of file Component.hpp.

◆ frame_duration

float ecs::Explosion::frame_duration

Definition at line 143 of file Component.hpp.

◆ frame_height

float ecs::Explosion::frame_height

Definition at line 146 of file Component.hpp.

◆ frame_width

float ecs::Explosion::frame_width

Definition at line 145 of file Component.hpp.

◆ frames_per_row

int ecs::Explosion::frames_per_row

Definition at line 147 of file Component.hpp.

◆ lifetime

float ecs::Explosion::lifetime

Definition at line 148 of file Component.hpp.

◆ total_frames

int ecs::Explosion::total_frames

Definition at line 142 of file Component.hpp.


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