AlignType
An enum that specifies how the constraint will attempt to align the body associated with the constraint.
Items 6
History | Name | Value | Description | |
---|---|---|---|---|
602 | PrimaryAxisParallel | 2 | Aligns the primary axis to be parallel to the axis given by Constraint.Attachment1. | |
602 | PrimaryAxisPerpendicular | 3 | Aligns the primary axis to be perpendicular to the axis given by Constraint.Attachment1. | |
602 | PrimaryAxisLookAt | 4 | Aligns the primary axis to look at the point given by Constraint.Attachment1 or the AlignOrientation.LookAtPosition. | |
602 | 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. | |
602 | Parallel | 0 | ||
602 | Perpendicular | 1 |
Description
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.
History 11
- 602 Add PrimaryAxisPerpendicular
- 602 Add PrimaryAxisParallel
- 602 Add PrimaryAxisLookAt
- 602 Change Tags of Perpendicular from [] to [Deprecated]
- 602 Change Index of Perpendicular from 1 to 5
- 602 Change Tags of Parallel from [] to [Deprecated]
- 602 Change Index of Parallel from 0 to 4
- 602 Add AllAxes
- 371 Add Perpendicular
- 371 Add Parallel
- 371 Add AlignType