C# Class SVGGArcAbs, UnitySVG

Inheritance: ISVGPathSegment
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
SVGGArcAbs ( float r1, float r2, float angle, bool largeArcFlag, bool sweepFlag, Vector2 p ) : 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

SVGGArcAbs() public méthode

public SVGGArcAbs ( float r1, float r2, float angle, bool largeArcFlag, bool sweepFlag, Vector2 p ) : UnityEngine
r1 float
r2 float
angle float
largeArcFlag bool
sweepFlag bool
p Vector2
Résultat UnityEngine