OmegaEngine API  1.0.3
Public Attributes | List of all members
OmegaEngine.Graphics.Renderables.CpuParticleParametersStruct Struct Reference

A set of information about a particle in a particle system stored as a struct More...

Public Attributes

float LifeTime
 How many seconds this particle will exist. Set to 0 never create. Set to CpuParticleParameters.InfiniteFlag for infinite More...
 
float Friction
 How much the velocity will be reduced in one second as a value between 0 and 1 More...
 
float Size
 The size of the particle More...
 
float DeltaSize
 How much the particle will grow per second More...
 
Color Color
 The color of the particle More...
 
float DeltaColor
 How much the particle gets darker per second More...
 

Detailed Description

A set of information about a particle in a particle system stored as a struct

Member Data Documentation

◆ Color

Color OmegaEngine.Graphics.Renderables.CpuParticleParametersStruct.Color

The color of the particle

◆ DeltaColor

float OmegaEngine.Graphics.Renderables.CpuParticleParametersStruct.DeltaColor

How much the particle gets darker per second

◆ DeltaSize

float OmegaEngine.Graphics.Renderables.CpuParticleParametersStruct.DeltaSize

How much the particle will grow per second

◆ Friction

float OmegaEngine.Graphics.Renderables.CpuParticleParametersStruct.Friction

How much the velocity will be reduced in one second as a value between 0 and 1

◆ LifeTime

float OmegaEngine.Graphics.Renderables.CpuParticleParametersStruct.LifeTime

How many seconds this particle will exist. Set to 0 never create. Set to CpuParticleParameters.InfiniteFlag for infinite

◆ Size

float OmegaEngine.Graphics.Renderables.CpuParticleParametersStruct.Size

The size of the particle


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