Collapse AllExpand All Code: All Code: Multiple Code: C# Code: Visual Basic Code: Visual C++
|
[TCheckBoxFormControlObj]C#
[TCheckBoxFormControlObj]Visual Basic
[TCheckBoxFormControlObj]
Set which Technique of the current Effect to use to draw the Particles
Namespace: DPSF
Assembly: DPSF (in DPSF.dll) Version: 2.5.0.0
Syntax
C#
|
void SetTechnique(
string sTechnique
)
|
Visual Basic
|
Sub SetTechnique (
sTechnique As String
)
|
Visual C++
|
void SetTechnique(
String^ sTechnique
)
|
Parameters
sTechnique
Type: System..::..String
The name of the Effect's Technique to use
See Also
IDPSFParticleSystem Interface
IDPSFParticleSystem Members
DPSF Namespace
Send comments on this topic to
|