Method GetEmbeddedSplineDataProperty
GetEmbeddedSplineDataProperty(SplineContainer, int, EmbeddedSplineDataType, string)
Create a SerializedProperty for a Spline
Declaration
public static SerializedProperty GetEmbeddedSplineDataProperty(SplineContainer container, int index, EmbeddedSplineDataType type, string key)
Parameters
Type | Name | Description |
---|---|---|
Spline |
container | The Spline |
int | index | The index of the Spline in the Splines array. |
Embedded |
type | |
string | key | A string value used to identify and access a Spline |
Returns
Type | Description |
---|---|
Serialized |
A SerializedProperty for the requested Spline |
GetEmbeddedSplineDataProperty(SerializedProperty, EmbeddedSplineDataType, string)
Create a SerializedProperty for a Spline
Declaration
public static SerializedProperty GetEmbeddedSplineDataProperty(SerializedProperty splineProperty, EmbeddedSplineDataType type, string key)
Parameters
Type | Name | Description |
---|---|---|
Serialized |
splineProperty | The SerializedProperty for the target Spline. |
Embedded |
type | |
string | key | A string value used to identify and access a Spline |
Returns
Type | Description |
---|---|
Serialized |
A SerializedProperty for the requested Spline |