C# Class SVGPathSegCurvetoCubicSmoothAbs, UnitySVG

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

Méthodes publiques

Méthode Description
Render ( SVGGraphicsPath, _graphicsPath ) : void
SVGPathSegCurvetoCubicSmoothAbs ( float x2, float y2, float x, float y ) : UnityEngine

Method Details

Render() public méthode

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

SVGPathSegCurvetoCubicSmoothAbs() public méthode

public SVGPathSegCurvetoCubicSmoothAbs ( float x2, float y2, float x, float y ) : UnityEngine
x2 float
y2 float
x float
y float
Résultat UnityEngine