C# Class SVGGEllipse, UnitySVG

Afficher le fichier Open project: MrJoy/UnitySVG Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public ExpandBounds ( SVGGraphicsPath, path ) : void
path SVGGraphicsPath,
Résultat void

Render() public méthode

public Render ( SVGGraphicsPath, path, ISVGPathDraw pathDraw ) : bool
path SVGGraphicsPath,
pathDraw ISVGPathDraw
Résultat bool

SVGGEllipse() public méthode

public SVGGEllipse ( Vector2, p, float r1, float r2, float angle ) : UnityEngine
p Vector2,
r1 float
r2 float
angle float
Résultat UnityEngine