Collapse AllExpand All Code: All Code: Multiple Code: C# Code: Visual Basic Code: Visual C++
|
[TCheckBoxFormControlObj]C#
[TCheckBoxFormControlObj]Visual Basic
[TCheckBoxFormControlObj]
Visual C++
Get / Set the Effect to use to draw the Particles
Namespace: DPSF
Assembly: DPSF (in DPSF.dll) Version: 2.5.0.0
Syntax
C#
|
Effect Effect { get; set; }
|
Visual Basic
|
Property Effect As Effect
Get
Set
|
Visual C++
|
property Effect^ Effect {
Effect^ get ();
void set (Effect^ value);
}
|
Property Value
Type: Effect
See Also
IDPSFParticleSystem Interface
IDPSFParticleSystem Members
DPSF Namespace
Send comments on this topic to
|