Enum SplineInstantiate.Space
Describes the coordinate space that is used to orient the instantiated object.
Namespace: UnityEngine.Splines
Assembly: Unity.Splines.dll
Syntax
public enum SplineInstantiate.Space
Fields
| Name | Description |
|---|---|
| Local | Use the spline GameObject space to orient instances. |
| Spline | Use the spline space to orient instances. |
| World | Use world space to orient instances. |