Property | Type | Description | |
---|---|---|---|
x | float | ||
y | float |
Method | Description | |
---|---|---|
ExpandBounds ( SVGGraphicsPath, path ) : void | ||
Render ( SVGGraphicsPath, path, ISVGPathDraw pathDraw ) : bool | ||
SVGGRect ( float x, float y, float width, float height, float rx, float ry ) : UnityEngine |
public ExpandBounds ( SVGGraphicsPath, path ) : void | ||
path | SVGGraphicsPath, | |
return | void |
public Render ( SVGGraphicsPath, path, ISVGPathDraw pathDraw ) : bool | ||
path | SVGGraphicsPath, | |
pathDraw | ISVGPathDraw | |
return | bool |
public SVGGRect ( float x, float y, float width, float height, float rx, float ry ) : UnityEngine | ||
x | float | |
y | float | |
width | float | |
height | float | |
rx | float | |
ry | float | |
return | UnityEngine |