C# Class SVGGLineTo, UnitySVG

Inheritance: ISVGPathSegment
ファイルを表示 Open project: MrJoy/UnitySVG

Public Methods

Method Description
ExpandBounds ( SVGGraphicsPath, path ) : void
Render ( SVGGraphicsPath, path, ISVGPathDraw pathDraw ) : bool
SVGGLineTo ( 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

SVGGLineTo() public method

public SVGGLineTo ( Vector2 p ) : UnityEngine
p Vector2
return UnityEngine