UnityEditor.EulerCurveRenderer.GetCurve C# (CSharp) Méthode

GetCurve() public méthode

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