C# Class SVGPathSegCurvetoQuadraticRel, UnitySVG

Inheritance: SVGPathSegCurvetoQuadratic, ISVGDrawableSeg
Exibir arquivo Open project: MrJoy/UnitySVG

Public Methods

Method Description
Render ( SVGGraphicsPath, _graphicsPath ) : void
SVGPathSegCurvetoQuadraticRel ( float x1, float y1, float x, float y ) : UnityEngine

Method Details

Render() public method

public Render ( SVGGraphicsPath, _graphicsPath ) : void
_graphicsPath SVGGraphicsPath,
return void

SVGPathSegCurvetoQuadraticRel() public method

public SVGPathSegCurvetoQuadraticRel ( float x1, float y1, float x, float y ) : UnityEngine
x1 float
y1 float
x float
y float
return UnityEngine