C# Class SVGGArcAbs, UnitySVG

Inheritance: ISVGPathSegment
Mostra file Open project: MrJoy/UnitySVG Class Usage Examples

Public Methods

Method Description
ExpandBounds ( SVGGraphicsPath, path ) : void
Render ( SVGGraphicsPath, path, ISVGPathDraw pathDraw ) : bool
SVGGArcAbs ( float r1, float r2, float angle, bool largeArcFlag, bool sweepFlag, Vector2 p ) : UnityEngine

Method Details

ExpandBounds() public method

public ExpandBounds ( SVGGraphicsPath, path ) : void
path SVGGraphicsPath,
return void

Render() public method

public Render ( SVGGraphicsPath, path, ISVGPathDraw pathDraw ) : bool
path SVGGraphicsPath,
pathDraw ISVGPathDraw
return bool

SVGGArcAbs() public method

public SVGGArcAbs ( float r1, float r2, float angle, bool largeArcFlag, bool sweepFlag, Vector2 p ) : UnityEngine
r1 float
r2 float
angle float
largeArcFlag bool
sweepFlag bool
p Vector2
return UnityEngine