UnityEditor.KeyIdentifier.KeyIdentifier C# (CSharp) Method

KeyIdentifier() public method

public KeyIdentifier ( AnimationCurve _curve, int _curveId, int _keyIndex ) : System
_curve UnityEngine.AnimationCurve
_curveId int
_keyIndex int
return System
        public KeyIdentifier(AnimationCurve _curve, int _curveId, int _keyIndex)
        {
            this.curve = _curve;
            this.curveId = _curveId;
            this.key = _keyIndex;
        }

Same methods

KeyIdentifier::KeyIdentifier ( AnimationCurve _curve, int _curveId, int _keyIndex, EditorCurveBinding _binding ) : System
KeyIdentifier