C# Class SVGPathSegCurvetoQuadraticRel, UnitySVG

Inheritance: SVGPathSegCurvetoQuadratic, ISVGDrawableSeg
Afficher le fichier Open project: MrJoy/UnitySVG

Méthodes publiques

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

Method Details

Render() public méthode

public Render ( SVGGraphicsPath, _graphicsPath ) : void
_graphicsPath SVGGraphicsPath,
Résultat void

SVGPathSegCurvetoQuadraticRel() public méthode

public SVGPathSegCurvetoQuadraticRel ( float x1, float y1, float x, float y ) : UnityEngine
x1 float
y1 float
x float
y float
Résultat UnityEngine