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

Public Attributes

math::vec3 start
 
math::vec3 end [2]
 
float scale_start
 
float scale_end
 
math::color color
 
math::vec3 position
 
float scale
 
float cached_speed
 
float life
 
float lifeSpan
 
math::vec2 uv_offset
 
math::vec2 uv_scale
 
float texsheet_random_offset
 
math::quat rotation
 

Detailed Description

Definition at line 152 of file particle_system.cpp.

Member Data Documentation

◆ cached_speed

float ps::Particle::cached_speed

Definition at line 163 of file particle_system.cpp.

◆ color

math::color ps::Particle::color

Definition at line 160 of file particle_system.cpp.

◆ end

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

Definition at line 155 of file particle_system.cpp.

◆ life

float ps::Particle::life

Definition at line 165 of file particle_system.cpp.

◆ lifeSpan

float ps::Particle::lifeSpan

Definition at line 166 of file particle_system.cpp.

◆ position

math::vec3 ps::Particle::position

Definition at line 161 of file particle_system.cpp.

◆ rotation

math::quat ps::Particle::rotation

Definition at line 174 of file particle_system.cpp.

◆ scale

float ps::Particle::scale

Definition at line 162 of file particle_system.cpp.

◆ scale_end

float ps::Particle::scale_end

Definition at line 157 of file particle_system.cpp.

◆ scale_start

float ps::Particle::scale_start

Definition at line 156 of file particle_system.cpp.

◆ start

math::vec3 ps::Particle::start

Definition at line 154 of file particle_system.cpp.

◆ texsheet_random_offset

float ps::Particle::texsheet_random_offset

Definition at line 171 of file particle_system.cpp.

◆ uv_offset

math::vec2 ps::Particle::uv_offset

Definition at line 169 of file particle_system.cpp.

◆ uv_scale

math::vec2 ps::Particle::uv_scale

Definition at line 170 of file particle_system.cpp.


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