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

KeyIdentifier() public méthode

public KeyIdentifier ( AnimationCurve _curve, int _curveId, int _keyIndex ) : System
_curve UnityEngine.AnimationCurve
_curveId int
_keyIndex int
Résultat 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