C# Class SVGGRect, UnitySVG

Inheritance: ISVGPathSegment
ファイルを表示 Open project: MrJoy/UnitySVG Class Usage Examples

Public Properties

Property Type Description
x float
y float

Public Methods

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

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

SVGGRect() public method

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

Property Details

x public_oe property

public float x
return float

y public_oe property

public float y
return float