SoParticleAnimationendSizeVariation Property |
Controls magnitude of random variation in the final particle size.
Namespace: OIV.FXViz.NodesAssembly: OIV.FxViz (in OIV.FxViz.dll) Version: 9.9.36.0 (9.9.36.0)
Syntaxpublic SoSFFloat endSizeVariation { get; }
Public ReadOnly Property endSizeVariation As SoSFFloat
Get
public:
property SoSFFloat^ endSizeVariation {
SoSFFloat^ get ();
}
member endSizeVariation : SoSFFloat with get
Property Value
Type:
SoSFFloat
RemarksEnd Size = endSize + (endSize * endSizeVariation * RF) with -1 <= RF <= 1.
See Also