Empeld
Empeld plugin documentation.
pluginbase.Objects.Particles Namespace Reference

Classes

interface  IParticleDomain
 The particle domain interface More...
 
interface  IParticleSystem
 Particle system actions More...
 
class  Particle
 A particle of a particle system More...
 

Enumerations

enum  ParticleBlendMode {
  ParticleBlendMode.Undefined =0, ParticleBlendMode.MaskAdd, ParticleBlendMode.MaskAlpha, ParticleBlendMode.Additive,
  ParticleBlendMode.Screen, ParticleBlendMode.Multiply
}
 

Enumeration Type Documentation

◆ ParticleBlendMode

Enumerator
Undefined 
MaskAdd 

SrcAlpha, One

MaskAlpha 

SrcAlpha, 1-srcalpha

Additive 

One, One

Screen 

One, 1-srccolor

Multiply 

dstcolor, 1-srcalpha