Enum EmbeddedSplineDataField
Describes the fields on an EmbeddedSplineData type.
Namespace: UnityEngine.Splines
Assembly: Unity.Splines.dll
Syntax
[Flags]
public enum EmbeddedSplineDataField
Fields
| Name | Description |
|---|---|
| All | All fields will be shown in the Inspector. |
| Container | The ISplineContainer that holds the SplineData<T> collection. |
| Key | A string value used to identify and access SplineData<T> stored on a Spline. |
| SplineIndex | The index of the Spline in the referenced SplineContainer. |
| Type | The EmbeddedSplineDataType for the target SplineData<T>. |