SoParticleAnimationgoalFramesPerSecond Property |
Indicates the goal number of frames per second for refreshing the particles.
Namespace: OIV.FXViz.NodesAssembly: OIV.FxViz (in OIV.FxViz.dll) Version: 9.9.13.0 (9.9.13.0)
Syntaxpublic SoSFFloat goalFramesPerSecond { get; }
Public ReadOnly Property goalFramesPerSecond As SoSFFloat
Get
public:
property SoSFFloat^ goalFramesPerSecond {
SoSFFloat^ get ();
}
member goalFramesPerSecond : SoSFFloat with get
Property Value
Type:
SoSFFloat
RemarksSetting the value to 0 requests that particles be refreshed as often as possible.
NOTE: field available since Open Inventor 4.0
See Also