Collapse AllExpand All Code: All Code: Multiple Code: C# Code: Visual Basic Code: Visual C++
|
[TCheckBoxFormControlObj]C#
[TCheckBoxFormControlObj]Visual Basic
[TCheckBoxFormControlObj]
|
DefaultParticleSystemMagnet
..MagnetTypes Enumeration
|
|
The Types of Magnets available to choose from (i.e. which Magnet class is being used)
Namespace: DPSF
Assembly: DPSF (in DPSF.dll) Version: 2.5.0.0
Syntax
C#
|
[SerializableAttribute]
public enum MagnetTypes
|
Visual Basic
|
<SerializableAttribute>
Public Enumeration MagnetTypes
|
Visual C++
|
[SerializableAttribute]
public enum class MagnetTypes
|
Members
|
Member name
|
Value
|
Description
|
|
UserDefinedMagnet
|
0
|
User-Defined Magnet Type (i.e. an instance of a user-defined Magnet class, not a Magnet class provided by DPSF)
|
|
PointMagnet
|
1
|
Point Magnet (i.e. an instance of the MagnetPoint class)
|
|
LineMagnet
|
2
|
Line Magnet (i.e. an instance of the MagnetLine class)
|
|
LineSegmentMagnet
|
3
|
Line Segment Magnet (i.e. an instance of the MagnetLineSegment class)
|
|
PlaneMagnet
|
4
|
Plane Magnet (i.e. an instance of the PlaneMagnet class)
|
See Also
DPSF Namespace
Send comments on this topic to
|