C# 클래스 SVGPathElement, UnitySVG

상속: SVGTransformable, ISVGDrawable
파일 보기 프로젝트 열기: MrJoy/UnitySVG

공개 메소드들

메소드 설명
BeforeRender ( SVGTransformList, transformList ) : void
Render ( ) : void
SVGPathElement ( string>.Dictionary attrList, SVGTransformList, inheritTransformList, SVGPaintable, inheritPaintable, SVGGraphics, r ) : System

비공개 메소드들

메소드 설명
CreateGraphicsPath ( ) : void
CreateSVGPathSegClosePath ( ) : SVGPathSegClosePath,
Draw ( ) : void
ReadFloat ( string s, int &i ) : float

메소드 상세

BeforeRender() 공개 메소드

public BeforeRender ( SVGTransformList, transformList ) : void
transformList SVGTransformList,
리턴 void

Render() 공개 메소드

public Render ( ) : void
리턴 void

SVGPathElement() 공개 메소드

public SVGPathElement ( string>.Dictionary attrList, SVGTransformList, inheritTransformList, SVGPaintable, inheritPaintable, SVGGraphics, r ) : System
attrList string>.Dictionary
inheritTransformList SVGTransformList,
inheritPaintable SVGPaintable,
r SVGGraphics,
리턴 System