UnityEditor.CurveSelection.CurveSelection C# (CSharp) Method

CurveSelection() private method

private CurveSelection ( int curveID, int key ) : System
curveID int
key int
return System
        internal CurveSelection(int curveID, int key)
        {
            this.curveID = 0;
            this.key = -1;
            this.semiSelected = false;
            this.curveID = curveID;
            this.key = key;
            this.type = SelectionType.Key;
        }

Same methods

CurveSelection::CurveSelection ( int curveID, int key, SelectionType type ) : System