C# Class SVGGEllipse, UnitySVG

Mostrar archivo Open project: MrJoy/UnitySVG Class Usage Examples

Public Methods

Method Description
ExpandBounds ( SVGGraphicsPath, path ) : void
Render ( SVGGraphicsPath, path, ISVGPathDraw pathDraw ) : bool
SVGGEllipse ( Vector2, p, float r1, float r2, float angle ) : 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

SVGGEllipse() public method

public SVGGEllipse ( Vector2, p, float r1, float r2, float angle ) : UnityEngine
p Vector2,
r1 float
r2 float
angle float
return UnityEngine