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