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>)>)>..::..UpdateParticleRotationUsingRotationalVelocity Method
|
|
Update a Particle's Rotation according to its Rotational Velocity
Namespace: DPSF
Assembly: DPSF (in DPSF.dll) Version: 2.5.0.0
Syntax
C#
|
protected void UpdateParticleRotationUsingRotationalVelocity(
DefaultSpriteParticle cParticle,
float fElapsedTimeInSeconds
)
|
Visual Basic
|
Protected Sub UpdateParticleRotationUsingRotationalVelocity (
cParticle As DefaultSpriteParticle,
fElapsedTimeInSeconds As Single
)
|
Visual C++
|
protected:
void UpdateParticleRotationUsingRotationalVelocity(
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
|