Collapse AllExpand All Code: All Code: Multiple Code: C# Code: Visual Basic Code: Visual C++
|
[TCheckBoxFormControlObj]C#
[TCheckBoxFormControlObj]Visual Basic
[TCheckBoxFormControlObj]
|
<
(<'Particle, Vertex>)>)>..::..UpdateVertexDelegate Delegate
|
|
The function prototype that the Vertex Update Functions must follow
Namespace: DPSF
Assembly: DPSF (in DPSF.dll) Version: 2.5.0.0
Syntax
C#
|
public delegate void UpdateVertexDelegate(
ref Vertex[] sParticleVertexBuffer,
int iIndexInVertexBuffer,
Particle cParticle
)
|
Visual Basic
|
Public Delegate Sub UpdateVertexDelegate (
ByRef sParticleVertexBuffer As Vertex(),
iIndexInVertexBuffer As Integer,
cParticle As Particle
)
|
Visual C++
|
public delegate void UpdateVertexDelegate(
array<Vertex>^% sParticleVertexBuffer,
int iIndexInVertexBuffer,
Particle cParticle
)
|
Parameters
sParticleVertexBuffer
Type: array<Vertex>[]()[][]%
The vertex buffer array
iIndexInVertexBuffer
Type: System..::..Int32
The index in the vertex buffer that the Particle properties should be written to
cParticle
Type: Particle
The Particle whose properties should be copied to the vertex buffer
See Also
DPSF Namespace
Send comments on this topic to
|