C# Class SVGTransformList, UnitySVG

Show file Open project: MrJoy/UnitySVG Class Usage Examples

Public Methods

Method Description
AppendItem ( SVGTransform, newItem ) : void
AppendItems ( SVGTransformList, newListItem ) : void
Clear ( ) : void
Consolidate ( ) : SVGTransform,
SVGTransformList ( ) : System.Collections.Generic
SVGTransformList ( int capacity ) : System.Collections.Generic
SVGTransformList ( string listString ) : System.Collections.Generic
this ( int index ) : SVGTransform,

Method Details

AppendItem() public method

public AppendItem ( SVGTransform, newItem ) : void
newItem SVGTransform,
return void

AppendItems() public method

public AppendItems ( SVGTransformList, newListItem ) : void
newListItem SVGTransformList,
return void

Clear() public method

public Clear ( ) : void
return void

Consolidate() public method

public Consolidate ( ) : SVGTransform,
return SVGTransform,

SVGTransformList() public method

public SVGTransformList ( ) : System.Collections.Generic
return System.Collections.Generic

SVGTransformList() public method

public SVGTransformList ( int capacity ) : System.Collections.Generic
capacity int
return System.Collections.Generic

SVGTransformList() public method

public SVGTransformList ( string listString ) : System.Collections.Generic
listString string
return System.Collections.Generic

this() public method

public this ( int index ) : SVGTransform,
index int
return SVGTransform,