Method SetCurveState
SetCurveState(SerializedProperty, CurveState)
Sets the state for a given curve.
Declaration
public void SetCurveState(SerializedProperty curve, InspectorCurveEditor.CurveState state)
Parameters
Type | Name | Description |
---|---|---|
SerializedProperty | curve | The curve to set the state of. |
InspectorCurveEditor.CurveState | state | The state to set for the curve. |