collapse_all

expand_all

collapse_allexpand_alldropdowndropdownHovercopycodecopycodeHighlight

collapse_all Collapse AllExpand All     dropdown Code: All Code: Multiple Code: C# Code: Visual Basic Code: Visual C++

[TCheckBoxFormControlObj]C#

[TCheckBoxFormControlObj]Visual Basic

[TCheckBoxFormControlObj]
Visual C++
DPSF API Documentation
DefaultParticleSystemMagnet
.
.
::

..MagnetTypes Enumeration

gradient

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

collapse_allSyntax

C#

[SerializableAttribute]

public enum MagnetTypes

Visual Basic

<SerializableAttribute>

Public Enumeration MagnetTypes

Visual C++

[SerializableAttribute]

public enum class MagnetTypes

collapse_allMembers


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)

collapse_allSee Also

DPSF Namespace

footer

Send comments on this topic to
Dan@DansKingdom.com