Click or drag to resize
DigitalRuneParticleHelper Class
Provides helper methods and extension methods for particle systems.
Inheritance Hierarchy
SystemObject
  DigitalRune.ParticlesParticleHelper

Namespace: DigitalRune.Particles
Assembly: DigitalRune.Particles (in DigitalRune.Particles.dll) Version: 1.4.0.0 (1.4.1.14427)
Syntax
public static class ParticleHelper

The ParticleHelper type exposes the following members.

Methods
  NameDescription
Public methodStatic memberGetPoseWorld
Gets the world space pose of the particle system, which is obtained by concatenating the poses of the given and all parent particle systems.
Public methodStatic memberGetValueT
Gets the value of a uniform or a varying particle parameter.
Public methodStatic memberIsAlive
Determines whether the specified particle system is alive.
Public methodStatic memberSetValueT
Sets the value of a uniform or varying particle parameter.
Top
See Also