OpenEnroth 73e68f7
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 r {}
 
float g {}
 
float b {}
 
Color uDiffuse {}
 
Duration timeToLive {}
 
GraphicsImagetexture { nullptr }
 
int paletteID { 0 }
 
float particle_size {}
 
int field_2C {}
 
int field_30 {}
 
int field_34 {}
 
int field_38 [12] {}
 

Member Data Documentation

◆ b

float Particle_sw::b {}

◆ field_2C

int Particle_sw::field_2C {}

◆ field_30

int Particle_sw::field_30 {}

◆ field_34

int Particle_sw::field_34 {}

◆ field_38

int Particle_sw::field_38[12] {}

◆ g

float Particle_sw::g {}

◆ paletteID

int Particle_sw::paletteID { 0 }

◆ particle_size

float Particle_sw::particle_size {}

◆ r

float Particle_sw::r {}

◆ 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: