NasNas
An intuitive and beginner friendly 2D game framework for C++
Public Member Functions | Public Attributes | List of all members
ns::Particle Struct Reference

Public Member Functions

auto getAge () const -> float
 

Public Attributes

float rotation = 0.f
 
float scale = 1.f
 
sf::Vector2f velocity = {0.f,0.f}
 
sf::Color color = sf::Color::White
 
float lifetime = 1.f
 

Detailed Description

Definition at line 21 of file ParticleSystem.hpp.


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