C# 클래스 SVGSVGElement, UnitySVG

상속: SVGTransformable, ISVGDrawable
파일 보기 프로젝트 열기: MrJoy/UnitySVG 1 사용 예제들

공개 메소드들

메소드 설명
BeforeRender ( SVGTransformList, transformList ) : void
Render ( ) : void
SVGSVGElement ( SVGParser, xmlImp, SVGTransformList, inheritTransformList, SVGPaintable, inheritPaintable, SVGGraphics, r ) : System.Collections.Generic
ViewBoxTransform ( ) : Matrix2x3,

비공개 메소드들

메소드 설명
SetViewBox ( ) : void

메소드 상세

BeforeRender() 공개 메소드

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

Render() 공개 메소드

public Render ( ) : void
리턴 void

SVGSVGElement() 공개 메소드

public SVGSVGElement ( SVGParser, xmlImp, SVGTransformList, inheritTransformList, SVGPaintable, inheritPaintable, SVGGraphics, r ) : System.Collections.Generic
xmlImp SVGParser,
inheritTransformList SVGTransformList,
inheritPaintable SVGPaintable,
r SVGGraphics,
리턴 System.Collections.Generic

ViewBoxTransform() 공개 메소드

public ViewBoxTransform ( ) : Matrix2x3,
리턴 Matrix2x3,