C# Class SVGPathSegLinetoRel, UnitySVG

Inheritance: SVGPathSeg, ISVGDrawableSeg
ファイルを表示 Open project: MrJoy/UnitySVG

Public Methods

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

Method Details

Render() public method

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

SVGPathSegLinetoRel() public method

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