C# Class SVGGCircle, 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
SVGGCircle ( Vector2, p, float r ) : 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

SVGGCircle() public méthode

public SVGGCircle ( Vector2, p, float r ) : UnityEngine
p Vector2,
r float
Résultat UnityEngine