Collapse AllExpand All Code: All Code: Multiple Code: C# Code: Visual Basic Code: Visual C++
|
[TCheckBoxFormControlObj]C#
[TCheckBoxFormControlObj]Visual Basic
[TCheckBoxFormControlObj]
|
(Of
(<'Particle, Vertex>)>)>..::..CParticleSystemEvents..::..LifetimeData Property
|
|
Get / Set the Lifetime information of the Particle System
Namespace: DPSF
Assembly: DPSF (in DPSF.dll) Version: 2.5.0.0
Syntax
C#
|
public DPSF<(Of <(<'Particle, Vertex>)>)>..::..CParticleSystemEvents..::..CParticleSystemLifetimeData LifetimeData { get; set; }
|
Visual Basic
|
Public Property LifetimeData As DPSF<(Of <(<'Particle, Vertex>)>)>..::..CParticleSystemEvents..::..CParticleSystemLifetimeData
Get
Set
|
Visual C++
|
public:
property DPSF<(Of <(<'Particle, Vertex>)>)>..::..CParticleSystemEvents..::..CParticleSystemLifetimeData^ LifetimeData {
DPSF<(Of <(<'Particle, Vertex>)>)>..::..CParticleSystemEvents..::..CParticleSystemLifetimeData^ get ();
void set (DPSF<(Of <(<'Particle, Vertex>)>)>..::..CParticleSystemEvents..::..CParticleSystemLifetimeData^ value);
}
|
Property Value
Type: DPSF<(Of <(<'Particle, Vertex>)>)>..::..CParticleSystemEvents..::..CParticleSystemLifetimeData
See Also
DPSF<(Of <(<'Particle, Vertex>)>)>..::..CParticleSystemEvents Class
DPSF<(Of <(<'Particle, Vertex>)>)>..::..CParticleSystemEvents Members
DPSF Namespace
Send comments on this topic to
|