Method GetSplineSerializedProperty
GetSplineSerializedProperty(SerializedObject, int)
Declaration
public static SerializedProperty GetSplineSerializedProperty(SerializedObject splineContainer, int splineIndex)
Parameters
| Type | Name | Description |
|---|---|---|
| SerializedObject | splineContainer | The SplineContainer to reference. |
| int | splineIndex | The index of the Spline in the Splines array. |
Returns
| Type | Description |
|---|---|
| SerializedProperty | A SerializedProperty for the requested Spline, or null if not found. |