Collapse AllExpand All Code: All Code: Multiple Code: C# Code: Visual Basic Code: Visual C++
|
[TCheckBoxFormControlObj]C#
[TCheckBoxFormControlObj]Visual Basic
[TCheckBoxFormControlObj]
|
(<'Particle, Vertex>)>)>..::..ParticleType Property
|
|
Get the type of Particles that this Particle System should draw.
Namespace: DPSF
Assembly: DPSF (in DPSF.dll) Version: 2.5.0.0
Syntax
C#
|
public ParticleTypes ParticleType { get; private set; }
|
Visual Basic
|
Public Property ParticleType As ParticleTypes
Get
Private Set
|
Visual C++
|
public:
virtual property ParticleTypes ParticleType {
ParticleTypes get () sealed;
private: void set (ParticleTypes value) sealed;
}
|
Property Value
Type: ParticleTypes
Implements
IDPSFParticleSystem..::..ParticleType
See Also
DPSF<(Of <(<'Particle, Vertex>)>)> Class
DPSF<(Of <(<'Particle, Vertex>)>)> Members
DPSF Namespace
Send comments on this topic to
|