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