Enum SplineComponent.AlignAxis
Describes the different types of object alignment axes.
Namespace: UnityEngine.Splines
Assembly: Unity.Splines.dll
Syntax
public enum SplineComponent.AlignAxis
Fields
Name | Description |
---|---|
NegativeXAxis | Object space negative X axis. |
NegativeYAxis | Object space negative Y axis. |
NegativeZAxis | Object space negative Z axis. |
XAxis | Object space X axis. |
YAxis | Object space Y axis. |
ZAxis | Object space Z axis. |