UnityEditor.EulerCurveRenderer.GetCurve C# (CSharp) Method

GetCurve() public method

public GetCurve ( ) : AnimationCurve
return UnityEngine.AnimationCurve
        public AnimationCurve GetCurve()
        {
            return this.renderer.GetCurveOfComponent(this.component);
        }