C# Class SVGPathSegList, UnitySVG

Afficher le fichier Open project: MrJoy/UnitySVG Class Usage Examples

Méthodes publiques

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

Private Methods

Méthode Description
GetPreviousSegment ( SVGPathSeg, seg ) : SVGPathSeg,
SetList ( SVGPathSeg, newItem ) : void

Method Details

AppendItem() public méthode

public AppendItem ( SVGPathSeg, newItem ) : SVGPathSeg,
newItem SVGPathSeg,
Résultat SVGPathSeg,

Clear() public méthode

public Clear ( ) : void
Résultat void

GetItem() public méthode

public GetItem ( int index ) : SVGPathSeg,
index int
Résultat SVGPathSeg,

SVGPathSegList() public méthode

public SVGPathSegList ( int size ) : System.Collections.Generic
size int
Résultat System.Collections.Generic