Click or drag to resize
ParticleSystemData Structure
Provides parameters for drawing a particle system.

Namespace:  ABB.Robotics.RobotStudio.Stations
Assembly:  ABB.Robotics.RobotStudio.Stations (in ABB.Robotics.RobotStudio.Stations.dll) Version: 7.0.8747.636
Syntax
C#
public struct ParticleSystemData

The ParticleSystemData type exposes the following members.

Methods
  NameDescription
Public methodEquals (Inherited from ValueType.)
Public methodGetHashCode (Inherited from ValueType.)
Public methodGetType (Inherited from Object.)
Public methodToString (Inherited from ValueType.)
Top
Fields
  NameDescription
Public fieldAcceleration
Acceleration vector of particles (in m/s²).
Public fieldColor
Color of particles.
Public fieldLifeTime
Maximum lifetime of particles (in seconds)
Public fieldOpacityRate
Rate of change of the opacity of particles (per second)
Public fieldSizeRate
Rate of change of the size of particles (in m/s)
Public fieldSpawnRate
Number of particles to spawn per second
Public fieldStartPositionRnd
Amount to randomize the start position of particles.
Public fieldStartSize
Initial diameter of particles (in m).
Public fieldStartSizeRnd
Amount to randomize the initial size of particles.
Public fieldStartVelocity
Initial velocity vector of particles (in m/s).
Public fieldStartVelocityRnd
Amount to randomize the start velocity.
Top
Version Information

Supported in: 1.0.0.0
See Also