C# 클래스 SVGGradientElement, UnitySVG

파일 보기 프로젝트 열기: MrJoy/UnitySVG

보호된 프로퍼티들

프로퍼티 타입 설명
_attrList string>.Dictionary

공개 메소드들

메소드 설명
GetStopElement ( int i ) : SVGStopElement,

보호된 메소드들

메소드 설명
GetElementList ( ) : void
SVGGradientElement ( SVGParser, xmlImp, string>.Dictionary attrList ) : System.Collections.Generic

메소드 상세

GetElementList() 보호된 메소드

protected GetElementList ( ) : void
리턴 void

GetStopElement() 공개 메소드

public GetStopElement ( int i ) : SVGStopElement,
i int
리턴 SVGStopElement,

SVGGradientElement() 보호된 메소드

protected SVGGradientElement ( SVGParser, xmlImp, string>.Dictionary attrList ) : System.Collections.Generic
xmlImp SVGParser,
attrList string>.Dictionary
리턴 System.Collections.Generic

프로퍼티 상세

_attrList 보호되어 있는 프로퍼티

protected Dictionary _attrList
리턴 string>.Dictionary