Collapse AllExpand All Code: All Code: Multiple Code: C# Code: Visual Basic Code: Visual C++
|
[TCheckBoxFormControlObj]C#
[TCheckBoxFormControlObj]Visual Basic
[TCheckBoxFormControlObj]
|
DPSFDefaultQuadParticleSystem
(<'Particle, Vertex>)>)>..::..UpdateVertexProperties Method
|
|
Function to update the Vertex properties according to the Particle properties
Namespace: DPSF
Assembly: DPSF (in DPSF.dll) Version: 2.5.0.0
Syntax
C#
|
protected virtual void UpdateVertexProperties(
ref DefaultQuadParticleVertex[] sVertexBuffer,
int iIndex,
DPSFParticle Particle
)
|
Visual Basic
|
Protected Overridable Sub UpdateVertexProperties (
ByRef sVertexBuffer As DefaultQuadParticleVertex(),
iIndex As Integer,
Particle As DPSFParticle
)
|
Visual C++
|
protected:
virtual void UpdateVertexProperties(
array<DefaultQuadParticleVertex>^% sVertexBuffer,
int iIndex,
DPSFParticle^ Particle
)
|
Parameters
sVertexBuffer
Type: array<DPSF..::..DefaultQuadParticleVertex>[]()[][]%
The array containing the Vertices to be drawn
iIndex
Type: System..::..Int32
The Index in the array where the Particle's Vertex info should be placed
Particle
Type: DPSF..::..DPSFParticle
The Particle to copy the information from
See Also
DPSFDefaultQuadParticleSystem<(Of <(<'Particle, Vertex>)>)> Class
DPSFDefaultQuadParticleSystem<(Of <(<'Particle, Vertex>)>)> Members
DPSF Namespace
Send comments on this topic to
|