C# Class Node, UnitySVG

Show file Open project: MrJoy/UnitySVG Class Usage Examples

Public Properties

Property Type Description
Attributes string>.Dictionary
Name SVGNodeName

Public Methods

Method Description
Node ( SVGNodeName n, string>.Dictionary a ) : System.Collections.Generic

Method Details

Node() public method

public Node ( SVGNodeName n, string>.Dictionary a ) : System.Collections.Generic
n SVGNodeName
a string>.Dictionary
return System.Collections.Generic

Property Details

Attributes public property

public Dictionary Attributes
return string>.Dictionary

Name public property

public SVGNodeName Name
return SVGNodeName