R-Type
Distributed multiplayer game engine in C++
Loading...
Searching...
No Matches
ecs::PrefabFactory::EnemySpawnData Struct Reference
Collaboration diagram for ecs::PrefabFactory::EnemySpawnData:
Collaboration graph

Public Attributes

float speed
 
int health
 
int scoreValue
 
float colliderWidth
 
float colliderHeight
 

Detailed Description

Definition at line 168 of file PrefabFactory.hpp.

Member Data Documentation

◆ colliderHeight

float ecs::PrefabFactory::EnemySpawnData::colliderHeight

◆ colliderWidth

float ecs::PrefabFactory::EnemySpawnData::colliderWidth

◆ health

int ecs::PrefabFactory::EnemySpawnData::health

Definition at line 170 of file PrefabFactory.hpp.

Referenced by ecs::PrefabFactory::createEnemy().

◆ scoreValue

int ecs::PrefabFactory::EnemySpawnData::scoreValue

Definition at line 171 of file PrefabFactory.hpp.

Referenced by ecs::PrefabFactory::createEnemy().

◆ speed

float ecs::PrefabFactory::EnemySpawnData::speed

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