AlignType

An enum that specifies how the constraint will attempt to align the body associated with the constraint and attachment. Depending on the configuration, it can be used to align specific axes to be parallel, perpendicular, or to look at a specific point.

Items

NameValueSummary
Parallel0
Deprecated
Perpendicular1
Deprecated
PrimaryAxisParallel2

Aligns the primary axis to be parallel to the axis given by Constraint.Attachment1.

PrimaryAxisPerpendicular3

Aligns the primary axis to be perpendicular to the axis given by Constraint.Attachment1.

PrimaryAxisLookAt4

Aligns the primary axis to look at the point given by Constraint.Attachment1 or the AlignOrientation.LookAtPosition.

AllAxes5

Aligns all of the axes of Constraint.Attachment0 to the axes given by Constraint.Attachment1 or to the target orientation provided by AlignOrientation.PrimaryAxis and AlignOrientation.SecondaryAxis.

On this page