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 | |
PrimaryAxisPerpendicular | 3 | |
PrimaryAxisLookAt | 4 | |
AllAxes | 5 |