C# Class SVGPathSegCurvetoQuadraticSmoothRel, UnitySVG

Inheritance: SVGPathSegCurvetoQuadratic, ISVGDrawableSeg
显示文件 Open project: MrJoy/UnitySVG

Public Methods

Method Description
Render ( SVGGraphicsPath, _graphicsPath ) : void
SVGPathSegCurvetoQuadraticSmoothRel ( float x, float y ) : UnityEngine

Method Details

Render() public method

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

SVGPathSegCurvetoQuadraticSmoothRel() public method

public SVGPathSegCurvetoQuadraticSmoothRel ( float x, float y ) : UnityEngine
x float
y float
return UnityEngine