C# Class SVGGElement, UnitySVG

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

Public Methods

Method Description
BeforeRender ( SVGTransformList, transformList ) : void
Render ( ) : void
SVGGElement ( SVGParser, xmlImp, 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

SVGGElement() public method

public SVGGElement ( SVGParser, xmlImp, SVGTransformList, inheritTransformList, SVGPaintable, inheritPaintable, SVGGraphics, render ) : System.Collections.Generic
xmlImp SVGParser,
inheritTransformList SVGTransformList,
inheritPaintable SVGPaintable,
render SVGGraphics,
return System.Collections.Generic