r-type  0.0.0
R-Type main
Loading...
Searching...
No Matches
cli::WinCondition::Particle Struct Reference
+ Collaboration diagram for cli::WinCondition::Particle:

Public Attributes

float x
 
float y
 
float vx
 
float vy
 
float lifetime
 
float maxLifetime
 
ecs::Entity entity
 

Detailed Description

Definition at line 42 of file WinCondition.hpp.

Member Data Documentation

◆ entity

ecs::Entity cli::WinCondition::Particle::entity

Definition at line 50 of file WinCondition.hpp.

Referenced by cli::WinCondition::update().

◆ lifetime

float cli::WinCondition::Particle::lifetime

Definition at line 48 of file WinCondition.hpp.

Referenced by cli::WinCondition::update().

◆ maxLifetime

float cli::WinCondition::Particle::maxLifetime

Definition at line 49 of file WinCondition.hpp.

Referenced by cli::WinCondition::update().

◆ vx

float cli::WinCondition::Particle::vx

Definition at line 46 of file WinCondition.hpp.

Referenced by cli::WinCondition::update().

◆ vy

float cli::WinCondition::Particle::vy

Definition at line 47 of file WinCondition.hpp.

Referenced by cli::WinCondition::update().

◆ x

float cli::WinCondition::Particle::x

Definition at line 44 of file WinCondition.hpp.

Referenced by cli::WinCondition::update().

◆ y

float cli::WinCondition::Particle::y

Definition at line 45 of file WinCondition.hpp.

Referenced by cli::WinCondition::update().


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