Click or drag to resize
SoParticleAnimationparticleLife Property

Specifies if particles are emitted one time (SoParticleAnimation.ONE_EMISSION) or cyclically (SoParticleAnimation.CYCLIC_EMISSION).

Namespace: OIV.FXViz.Nodes
Assembly: OIV.FxViz (in OIV.FxViz.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax
public SoSFEnum<SoParticleAnimationParticleLifes> particleLife { get; }

Property Value

Type: SoSFEnumSoParticleAnimationParticleLifes
Remarks

If one-time emission is selected, particles are emitted when the field trigger is set.

See Also