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