C# Class SVGPathSegMovetoAbs, UnitySVG

Inheritance: SVGPathSeg, ISVGDrawableSeg
Show file Open project: MrJoy/UnitySVG Class Usage Examples

Public Methods

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

Method Details

Render() public method

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

SVGPathSegMovetoAbs() public method

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