Enum SplineInstantiate.OffsetSpace
The space in which to interpret the offset, this can be different from the orientation space used to instantiate objects.
Namespace: UnityEngine.Splines
Assembly: Unity.Splines.dll
Syntax
public enum SplineInstantiate.OffsetSpace
Fields
| Name | Description |
|---|---|
| Local | Use the spline GameObject space to orient instances. |
| Object | Use the original object space to orient instances. |
| Spline | Use the spline space to orient instances. |
| World | Use world space to orient instances. |