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

#include <Component.hpp>

+ Inheritance diagram for ecs::Asteroid:
+ Collaboration diagram for ecs::Asteroid:

Public Types

enum  Size { SMALL , MEDIUM , LARGE }
 

Public Attributes

Size size
 
float rotation_speed
 
float health
 
- Public Attributes inherited from ecs::IComponent
std::string id
 

Detailed Description

Definition at line 126 of file Component.hpp.

Member Enumeration Documentation

◆ Size

Enumerator
SMALL 
MEDIUM 
LARGE 

Definition at line 128 of file Component.hpp.

Member Data Documentation

◆ health

float ecs::Asteroid::health

Definition at line 136 of file Component.hpp.

◆ rotation_speed

float ecs::Asteroid::rotation_speed

Definition at line 135 of file Component.hpp.

◆ size

Size ecs::Asteroid::size

Definition at line 134 of file Component.hpp.


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