C# Class SVGGMoveTo, UnitySVG

Inheritance: ISVGPathSegment
Exibir arquivo Open project: MrJoy/UnitySVG

Public Methods

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

SVGGMoveTo() public method

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