UnityEditor.EulerCurveRenderer.SetCustomRange C# (CSharp) Method

SetCustomRange() public method

public SetCustomRange ( float start, float end ) : void
start float
end float
return void
        public void SetCustomRange(float start, float end)
        {
            this.renderer.SetCustomRange(start, end);
        }