Particle Data Flags
Declaration Syntax
C# |
[ FlagsAttribute] public enum ParticleDataFlags
Members
Member | Description |
---|---|
None | None
|
InterpColor | Interpolate color and alpha from start to end
|
InterpScale | Interpolate scale from start to end
|
Bounce | Bounce particles off particle sources Z height
|
Wind | velocity of particles is dampened toward the simulators wind
|
FollowSrc | Particles follow the source
|
FollowVelocity | Particles point towards the direction of source's velocity
|
TargetPos | Target of the particles
|
TargetLinear | Particles are sent in a straight line
|
Emissive | Particles emit a glow
|
Beam | used for point/grab/touch
|
Ribbon | continuous ribbon particle
|
DataGlow | particle data contains glow
|
DataBlend | particle data contains blend functions
|
Assembly: OpenMetaverse(Module: OpenMetaverse.dll) Version: 0.9.3.3318 (0.9.3.3318)