C# Class SVGPathSegList, UnitySVG

Mostrar archivo Open project: MrJoy/UnitySVG Class Usage Examples

Public Methods

Method Description
AppendItem ( SVGPathSeg, newItem ) : SVGPathSeg,
Clear ( ) : void
GetItem ( int index ) : SVGPathSeg,
SVGPathSegList ( int size ) : System.Collections.Generic

Private Methods

Method Description
GetPreviousSegment ( SVGPathSeg, seg ) : SVGPathSeg,
SetList ( SVGPathSeg, newItem ) : void

Method Details

AppendItem() public method

public AppendItem ( SVGPathSeg, newItem ) : SVGPathSeg,
newItem SVGPathSeg,
return SVGPathSeg,

Clear() public method

public Clear ( ) : void
return void

GetItem() public method

public GetItem ( int index ) : SVGPathSeg,
index int
return SVGPathSeg,

SVGPathSegList() public method

public SVGPathSegList ( int size ) : System.Collections.Generic
size int
return System.Collections.Generic