C# Class SVGPathSegMovetoRel, UnitySVG

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

Public Methods

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

Method Details

Render() public method

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

SVGPathSegMovetoRel() public method

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