Method GetCurveState
GetCurveState(SerializedProperty)
Grabs the state for a given curve.
Declaration
public InspectorCurveEditor.CurveState GetCurveState(SerializedProperty curve)
Parameters
| Type | Name | Description |
|---|---|---|
| SerializedProperty | curve | The curve to grab the state from. |
Returns
| Type | Description |
|---|---|
| InspectorCurveEditor.CurveState | The state of the curve. |