Collapse AllExpand All Code: All Code: Multiple Code: C# Code: Visual Basic Code: Visual C++
|
[TCheckBoxFormControlObj]C#
[TCheckBoxFormControlObj]Visual Basic
[TCheckBoxFormControlObj]
DPSF API Documentation
|
DPSFDefaultSpriteParticleSystem
(<'Particle, Vertex>)>)>..::..UpdateParticleWidthAndHeightUsingLerp Method
|
|
Linearly interpolate the Particle's Width and Height between the Start and End values according to the Particle's Normalized Lifetime
Namespace: DPSF
Assembly: DPSF (in DPSF.dll) Version: 2.5.0.0
Syntax
C#
|
protected void UpdateParticleWidthAndHeightUsingLerp(
DefaultSpriteParticle cParticle,
float fElapsedTimeInSeconds
)
|
Visual Basic
|
Protected Sub UpdateParticleWidthAndHeightUsingLerp (
cParticle As DefaultSpriteParticle,
fElapsedTimeInSeconds As Single
)
|
Visual C++
|
protected:
void UpdateParticleWidthAndHeightUsingLerp(
DefaultSpriteParticle^ cParticle,
float fElapsedTimeInSeconds
)
|
Parameters
cParticle
Type: DPSF..::..DefaultSpriteParticle
The Particle to update
fElapsedTimeInSeconds
Type: System..::..Single
How long it has been since the last update
See Also
DPSFDefaultSpriteParticleSystem<(Of <(<'Particle, Vertex>)>)> Class
DPSFDefaultSpriteParticleSystem<(Of <(<'Particle, Vertex>)>)> Members
DPSF Namespace
Send comments on this topic to
|