UnityEditor.EulerCurveRenderer.DrawCurve C# (CSharp) Method

DrawCurve() public method

public DrawCurve ( float minTime, float maxTime, Color color, Matrix4x4 transform, Color wrapColor ) : void
minTime float
maxTime float
color Color
transform UnityEngine.Matrix4x4
wrapColor Color
return void
        public void DrawCurve(float minTime, float maxTime, Color color, Matrix4x4 transform, Color wrapColor)
        {
            this.renderer.DrawCurve(minTime, maxTime, color, transform, this.component, wrapColor);
        }