collapse_all
expand_all
collapse_allexpand_alldropdowndropdownHovercopycodecopycodeHighlight

collapse_all Collapse AllExpand All     dropdown Code: All Code: Multiple Code: C# Code: Visual Basic Code: Visual C++

[TCheckBoxFormControlObj]C#

[TCheckBoxFormControlObj]Visual Basic

[TCheckBoxFormControlObj]
Visual C++
DPSF API Documentation
DPSF
<
(Of

<

(<'Particle, Vertex>)>)>..::..UpdateVertexDelegate Delegate
gradient

The function prototype that the Vertex Update Functions must follow

Namespace: DPSF

Assembly: DPSF (in DPSF.dll) Version: 2.5.0.0

collapse_allSyntax

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

collapse_allSee Also

DPSF Namespace

footer

Send comments on this topic to
Dan@DansKingdom.com