C# Class SVGLineElement, UnitySVG

Inheritance: SVGTransformable, ISVGDrawable
Mostra file Open project: MrJoy/UnitySVG

Public Methods

Method Description
BeforeRender ( SVGTransformList, transformList ) : void
Render ( ) : void
SVGLineElement ( string>.Dictionary attrList, SVGTransformList, inheritTransformList, SVGPaintable, inheritPaintable, SVGGraphics, render ) : System.Collections.Generic

Method Details

BeforeRender() public method

public BeforeRender ( SVGTransformList, transformList ) : void
transformList SVGTransformList,
return void

Render() public method

public Render ( ) : void
return void

SVGLineElement() public method

public SVGLineElement ( string>.Dictionary attrList, SVGTransformList, inheritTransformList, SVGPaintable, inheritPaintable, SVGGraphics, render ) : System.Collections.Generic
attrList string>.Dictionary
inheritTransformList SVGTransformList,
inheritPaintable SVGPaintable,
render SVGGraphics,
return System.Collections.Generic