C# Class SVGGCircle, UnitySVG

ファイルを表示 Open project: MrJoy/UnitySVG Class Usage Examples

Public Methods

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

SVGGCircle() public method

public SVGGCircle ( Vector2, p, float r ) : UnityEngine
p Vector2,
r float
return UnityEngine