Constructor EmbeddedSplineData
EmbeddedSplineData()
Create a new EmbeddedSplineData instance with no parameters.
Declaration
public EmbeddedSplineData()
EmbeddedSplineData(string, EmbeddedSplineDataType, SplineContainer, int)
Create a new EmbeddedSplineData with parameters.
Declaration
public EmbeddedSplineData(string key, EmbeddedSplineDataType type, SplineContainer container = null, int splineIndex = 0)
Parameters
Type | Name | Description |
---|---|---|
string | key | A unique string value used to identify and access a SplineData<T> collection stored in a Spline. |
EmbeddedSplineDataType | type | The type of data stored by the SplineData<T> collection. |
SplineContainer | container | The SplineContainer that holds the Spline. |
int | splineIndex | The index of the Spline on the SplineContainer. |