UnityEngine.AnimationCurve.GetKey_Internal C# (CSharp) Метод

GetKey_Internal() приватный Метод

private GetKey_Internal ( int index ) : Keyframe
index int
Результат Keyframe
        private Keyframe GetKey_Internal(int index)
        {
            Keyframe keyframe;
            INTERNAL_CALL_GetKey_Internal(this, index, out keyframe);
            return keyframe;
        }