Collapse AllExpand All Code: All Code: Multiple Code: C# Code: Visual Basic Code: Visual C++
|
[TCheckBoxFormControlObj]C#
[TCheckBoxFormControlObj]Visual Basic
[TCheckBoxFormControlObj]
DPSF API Documentation
|
..LastNormalizedElapsedTime Property
|
|
Get the Normalized Elapsed Time of the Particle at the previous frame
Namespace: DPSF
Assembly: DPSF (in DPSF.dll) Version: 2.5.0.0
Syntax
C#
|
public float LastNormalizedElapsedTime { get; }
|
Visual Basic
|
Public ReadOnly Property LastNormalizedElapsedTime As Single
Get
|
Visual C++
|
public:
property float LastNormalizedElapsedTime {
float get ();
}
|
Property Value
Type: Single
See Also
DPSFParticle Class
DPSFParticle Members
DPSF Namespace
Send comments on this topic to
|