OmegaEngine API  1.0.3
Properties | List of all members
OmegaEngine.Graphics.Renderables.CpuParticleParameters Class Reference

A set of information about a particle in a particle system More...

Properties

float LifeTime [get, set]
 How many seconds this particle will exist. Set to 0 never create. Set to InfiniteFlag for infinite. More...
 
float Friction [get, set]
 How much the velocity will be reduced in one second as a value between 0 and 1 More...
 
float Size [get, set]
 The size of the particle More...
 
float DeltaSize [get, set]
 How much the particle will grow per second More...
 
Color Color = Color.White [get, set]
 The color of the particle More...
 
XColor Color4 [get, set]
 Used for XML serialization. More...
 
float DeltaColor [get, set]
 How much the particle gets darker per second More...
 

Detailed Description

A set of information about a particle in a particle system

Property Documentation

◆ Color

Color OmegaEngine.Graphics.Renderables.CpuParticleParameters.Color = Color.White
getset

The color of the particle

Is not serialized/stored, Color4 is used for that.

◆ Color4

XColor OmegaEngine.Graphics.Renderables.CpuParticleParameters.Color4
getset

Used for XML serialization.

See also
Color

◆ DeltaColor

float OmegaEngine.Graphics.Renderables.CpuParticleParameters.DeltaColor
getset

How much the particle gets darker per second

◆ DeltaSize

float OmegaEngine.Graphics.Renderables.CpuParticleParameters.DeltaSize
getset

How much the particle will grow per second

◆ Friction

float OmegaEngine.Graphics.Renderables.CpuParticleParameters.Friction
getset

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

◆ LifeTime

float OmegaEngine.Graphics.Renderables.CpuParticleParameters.LifeTime
getset

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

◆ Size

float OmegaEngine.Graphics.Renderables.CpuParticleParameters.Size
getset

The size of the particle


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