C# Class SVGPathSegCurvetoCubicRel, UnitySVG

Inheritance: SVGPathSegCurvetoCubic, ISVGDrawableSeg
Show file Open project: MrJoy/UnitySVG

Public Methods

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

Method Details

Render() public method

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

SVGPathSegCurvetoCubicRel() public method

public SVGPathSegCurvetoCubicRel ( float x1, float y1, float x2, float y2, float x, float y ) : UnityEngine
x1 float
y1 float
x2 float
y2 float
x float
y float
return UnityEngine