arsa  2.7
Public Attributes | List of all members
irr::scene::SParticle Struct Reference

Struct for holding particle data. More...

#include <SParticle.h>

Public Attributes

core::vector3df pos
 Position of the particle. More...
 
core::vector3df vector
 Direction and speed of the particle. More...
 
u32 startTime
 Start life time of the particle. More...
 
u32 endTime
 End life time of the particle. More...
 
video::SColor color
 Current color of the particle. More...
 
video::SColor startColor
 Original color of the particle. More...
 
core::vector3df startVector
 Original direction and speed of the particle. More...
 
core::dimension2df size
 Scale of the particle. More...
 
core::dimension2df startSize
 Original scale of the particle. More...
 

Detailed Description

Struct for holding particle data.

Definition at line 17 of file SParticle.h.

Member Data Documentation

◆ color

video::SColor irr::scene::SParticle::color

Current color of the particle.

Definition at line 32 of file SParticle.h.

◆ endTime

u32 irr::scene::SParticle::endTime

End life time of the particle.

Definition at line 29 of file SParticle.h.

◆ pos

core::vector3df irr::scene::SParticle::pos

Position of the particle.

Definition at line 20 of file SParticle.h.

◆ size

core::dimension2df irr::scene::SParticle::size

Scale of the particle.

The current scale of the particle.

Definition at line 44 of file SParticle.h.

◆ startColor

video::SColor irr::scene::SParticle::startColor

Original color of the particle.

That's the color of the particle it had when it was emitted.

Definition at line 36 of file SParticle.h.

◆ startSize

core::dimension2df irr::scene::SParticle::startSize

Original scale of the particle.

The scale of the particle when it was emitted.

Definition at line 48 of file SParticle.h.

◆ startTime

u32 irr::scene::SParticle::startTime

Start life time of the particle.

Definition at line 26 of file SParticle.h.

◆ startVector

core::vector3df irr::scene::SParticle::startVector

Original direction and speed of the particle.

The direction and speed the particle had when it was emitted.

Definition at line 40 of file SParticle.h.

◆ vector

core::vector3df irr::scene::SParticle::vector

Direction and speed of the particle.

Definition at line 23 of file SParticle.h.


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