C# 클래스 UnitySVG.SVGBasicElement

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

보호된 프로퍼티들

프로퍼티 타입 설명
_graphicsPath SVGGraphicsPath

공개 메소드들

메소드 설명
BeforeRender ( SVGTransformList transformList ) : void
Render ( ) : void

보호된 메소드들

메소드 설명
CreateGraphicsPath ( ) : void
SVGBasicElement ( string>.Dictionary attrList, SVGTransformList inheritTransformList, SVGPaintable inheritPaintable, SVGGraphics render ) : System

비공개 메소드들

메소드 설명
Draw ( ) : void

메소드 상세

BeforeRender() 공개 메소드

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

CreateGraphicsPath() 보호된 추상적인 메소드

protected abstract CreateGraphicsPath ( ) : void
리턴 void

Render() 공개 메소드

public Render ( ) : void
리턴 void

SVGBasicElement() 보호된 메소드

protected SVGBasicElement ( string>.Dictionary attrList, SVGTransformList inheritTransformList, SVGPaintable inheritPaintable, SVGGraphics render ) : System
attrList string>.Dictionary
inheritTransformList SVGTransformList
inheritPaintable SVGPaintable
render SVGGraphics
리턴 System

프로퍼티 상세

_graphicsPath 보호되어 있는 프로퍼티

protected SVGGraphicsPath _graphicsPath
리턴 SVGGraphicsPath