C# Class SVGPathSegArcRel, UnitySVG

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

Public Methods

Method Description
Render ( SVGGraphicsPath, _graphicsPath ) : void
SVGPathSegArcRel ( float r1, float r2, float angle, bool largeArcFlag, bool sweepFlag, float x, float y ) : UnityEngine

Method Details

Render() public method

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

SVGPathSegArcRel() public method

public SVGPathSegArcRel ( float r1, float r2, float angle, bool largeArcFlag, bool sweepFlag, float x, float y ) : UnityEngine
r1 float
r2 float
angle float
largeArcFlag bool
sweepFlag bool
x float
y float
return UnityEngine