Enum SplineComponent.AlignAxis
Describes the different types of object alignment axes.
Namespace: UnityEngine.Splines
Syntax
public enum AlignAxis
Fields
| Name | Description | Value |
|---|---|---|
| XAxis | Object space X axis. |
0 |
| YAxis | Object space Y axis. |
1 |
| ZAxis | Object space Z axis. |
2 |
| NegativeXAxis | Object space negative X axis. |
3 |
| NegativeYAxis | Object space negative Y axis. |
4 |
| NegativeZAxis | Object space negative Z axis. |
5 |