Collapse AllExpand All Code: All Code: Multiple Code: C# Code: Visual Basic Code: Visual C++
|
[TCheckBoxFormControlObj]C#
[TCheckBoxFormControlObj]Visual Basic
[TCheckBoxFormControlObj]
Get / Set if the Particle System Manager's UpdatesPerSecond property should be used for each of the particle systems it contains or not.
Default value is true.
Namespace: DPSF
Assembly: DPSF (in DPSF.dll) Version: 2.5.0.0
Syntax
C#
|
public bool UpdatesPerSecondIsEnabled { get; set; }
|
Visual Basic
|
Public Property UpdatesPerSecondIsEnabled As Boolean
Get
Set
|
Visual C++
|
public:
property bool UpdatesPerSecondIsEnabled {
bool get ();
void set (bool value);
}
|
Property Value
Type: Boolean
See Also
ParticleSystemManager Class
ParticleSystemManager Members
DPSF Namespace
Send comments on this topic to
|