Collapse AllExpand All Code: All Code: Multiple Code: C# Code: Visual Basic Code: Visual C++
|
[TCheckBoxFormControlObj]C#
[TCheckBoxFormControlObj]Visual Basic
[TCheckBoxFormControlObj]
|
::
..SimulationSpeed Property
|
|
Get / Set how fast the Particle System Simulation should run.
1.0 = normal speed, 0.5 = half speed, 2.0 = double speed.
NOTE: If a negative value is specified, the Speed Scale is set to zero (pauses the simulation; has same effect as Enabled = false).
Namespace: DPSF
Assembly: DPSF (in DPSF.dll) Version: 2.5.0.0
Syntax
C#
|
float SimulationSpeed { get; set; }
|
Visual Basic
|
Property SimulationSpeed As Single
Get
Set
|
Visual C++
|
property float SimulationSpeed {
float get ();
void set (float value);
}
|
Property Value
Type: Single
See Also
IDPSFParticleSystem Interface
IDPSFParticleSystem Members
DPSF Namespace

Send comments on this topic to
|