Collapse AllExpand All Code: All Code: Multiple Code: C# Code: Visual Basic Code: Visual C++
|
[TCheckBoxFormControlObj]C#
[TCheckBoxFormControlObj]Visual Basic
[TCheckBoxFormControlObj]
DPSF API Documentation
|
DefaultParticleSystemMagnet
..MagnetModes Enumeration
|
|
The Modes that the Magnet can be in
Namespace: DPSF
Assembly: DPSF (in DPSF.dll) Version: 2.5.0.0
Syntax
C#
|
[SerializableAttribute]
public enum MagnetModes
|
Visual Basic
|
<SerializableAttribute>
Public Enumeration MagnetModes
|
Visual C++
|
[SerializableAttribute]
public enum class MagnetModes
|
Members
|
Member name
|
Value
|
Description
|
|
Attract
|
0
|
Attract Particles to the Magnet.
|
|
Repel
|
1
|
Repel Particles from the Magnet.
|
|
Other
|
2
|
Have some other custom effect on the Particles
|
See Also
DPSF Namespace
Send comments on this topic to
|