C# Class SVGPathSegLinetoAbs, UnitySVG

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

Public Methods

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

Method Details

Render() public method

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

SVGPathSegLinetoAbs() public method

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