Enum EmbeddedSplineDataType
Describes a type of data stored by a SplineData<T> collection embedded in Spline.
Namespace: UnityEngine.Splines
Syntax
public enum EmbeddedSplineDataType
Fields
Name | Description | Value |
---|---|---|
Int | Integer data type. |
0 |
Float | Float data type. |
1 |
Float4 | Float4 data type. |
2 |
Object | UnityEngine.Object data type. |
3 |