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
Name | Value | Summary |
---|---|---|
Parallel | 0 | |
Perpendicular | 1 | |
PrimaryAxisParallel | 2 | Aligns the primary axis to be parallel to the axis given by Constraint.Attachment1. |
PrimaryAxisPerpendicular | 3 | Aligns the primary axis to be perpendicular to the axis given by Constraint.Attachment1. |
PrimaryAxisLookAt | 4 | Aligns the primary axis to look at the point given by Constraint.Attachment1 or the AlignOrientation.LookAtPosition. |
AllAxes | 5 | 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. |