C# Class SVGPathSegCurvetoQuadraticAbs, UnitySVG

Inheritance: SVGPathSegCurvetoQuadratic, ISVGDrawableSeg
Mostrar archivo Open project: MrJoy/UnitySVG

Public Methods

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

Method Details

Render() public method

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

SVGPathSegCurvetoQuadraticAbs() public method

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