UnityEditor.CurveSelection.CurveSelection C# (CSharp) Méthode

CurveSelection() private méthode

private CurveSelection ( int curveID, int key ) : System
curveID int
key int
Résultat 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