OpenEnroth 0259030
Loading...
Searching...
No Matches
Public Attributes | List of all members
Particle_sw Struct Reference

#include <ParticleEngine.h>

Public Attributes

ParticleFlags type { ParticleType_Invalid }
 
float x {}
 
float y {}
 
float z {}
 
float shiftX {}
 
float shiftY {}
 
float shiftZ {}
 
Color uDiffuse {}
 
Duration timeToLive {}
 
GraphicsImagetexture { nullptr }
 
int paletteID { 0 }
 
float particle_size {}
 

Member Data Documentation

◆ paletteID

int Particle_sw::paletteID { 0 }

◆ particle_size

float Particle_sw::particle_size {}

◆ shiftX

float Particle_sw::shiftX {}

◆ shiftY

float Particle_sw::shiftY {}

◆ shiftZ

float Particle_sw::shiftZ {}

◆ texture

GraphicsImage* Particle_sw::texture { nullptr }

◆ timeToLive

Duration Particle_sw::timeToLive {}

◆ type

ParticleFlags Particle_sw::type { ParticleType_Invalid }

◆ uDiffuse

Color Particle_sw::uDiffuse {}

◆ x

float Particle_sw::x {}

◆ y

float Particle_sw::y {}

◆ z

float Particle_sw::z {}

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