Unravel Engine C++ Reference
Loading...
Searching...
No Matches
ps::Particle Struct Reference

Public Attributes

math::vec3 start
 
math::vec3 end [2]
 
float blend_start
 
float blend_end
 
float scale_start
 
float scale_end
 
math::color color
 
math::vec3 position
 
float scale
 
float blend
 
float cached_speed
 
float life
 
float lifeSpan
 

Detailed Description

Definition at line 151 of file particle_system.cpp.

Member Data Documentation

◆ blend

float ps::Particle::blend

Definition at line 164 of file particle_system.cpp.

◆ blend_end

float ps::Particle::blend_end

Definition at line 156 of file particle_system.cpp.

◆ blend_start

float ps::Particle::blend_start

Definition at line 155 of file particle_system.cpp.

◆ cached_speed

float ps::Particle::cached_speed

Definition at line 165 of file particle_system.cpp.

◆ color

math::color ps::Particle::color

Definition at line 161 of file particle_system.cpp.

◆ end

math::vec3 ps::Particle::end[2]

Definition at line 154 of file particle_system.cpp.

◆ life

float ps::Particle::life

Definition at line 167 of file particle_system.cpp.

◆ lifeSpan

float ps::Particle::lifeSpan

Definition at line 168 of file particle_system.cpp.

◆ position

math::vec3 ps::Particle::position

Definition at line 162 of file particle_system.cpp.

◆ scale

float ps::Particle::scale

Definition at line 163 of file particle_system.cpp.

◆ scale_end

float ps::Particle::scale_end

Definition at line 158 of file particle_system.cpp.

◆ scale_start

float ps::Particle::scale_start

Definition at line 157 of file particle_system.cpp.

◆ start

math::vec3 ps::Particle::start

Definition at line 153 of file particle_system.cpp.


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