UnityEditor.NormalCurveRenderer.NormalCurveRenderer C# (CSharp) Метод

NormalCurveRenderer() публичный Метод

public NormalCurveRenderer ( AnimationCurve curve ) : System
curve UnityEngine.AnimationCurve
Результат System
        public NormalCurveRenderer(AnimationCurve curve)
        {
            this.m_Curve = curve;
            if (this.m_Curve == null)
            {
                this.m_Curve = new AnimationCurve();
            }
        }