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
DPSFDefaultQuadParticleSystem
<
(Of
<

(<'Particle, Vertex>)>)>..::..UpdateVertexProperties Method

gradient

Function to update the Vertex properties according to the Particle properties

Namespace: DPSF

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

collapse_allSyntax

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,

 DPSFParticleParticle

)

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

collapse_allSee Also

DPSFDefaultQuadParticleSystem<(Of <(<'Particle, Vertex>)>)> Class

DPSFDefaultQuadParticleSystem<(Of <(<'Particle, Vertex>)>)> Members

DPSF Namespace

footer

Send comments on this topic to
Dan@DansKingdom.com