Collapse AllExpand All Code: All Code: Multiple Code: C# Code: Visual Basic Code: Visual C++
|
[TCheckBoxFormControlObj]C#
[TCheckBoxFormControlObj]Visual Basic
[TCheckBoxFormControlObj]
|
..UpdatesPerSecond Property
|
|
Gets / Sets the default particle system updates per second.
NOTE: Zero means update as often as possible.
Namespace: DPSF
Assembly: DPSF (in DPSF.dll) Version: 2.5.0.0
Syntax
C#
|
public static int UpdatesPerSecond { get; set; }
|
Visual Basic
|
Public Shared Property UpdatesPerSecond As Integer
Get
Set
|
Visual C++
|
public:
static property int UpdatesPerSecond {
int get ();
void set (int value);
}
|
Property Value
Type: Int32
See Also
DPSFDefaultSettings Class
DPSFDefaultSettings Members
DPSF Namespace
Send comments on this topic to
Dan@DansKingdom.com
|