C# 클래스 SVGPathSegList, UnitySVG

파일 보기 프로젝트 열기: MrJoy/UnitySVG 1 사용 예제들

공개 메소드들

메소드 설명
AppendItem ( SVGPathSeg, newItem ) : SVGPathSeg,
Clear ( ) : void
GetItem ( int index ) : SVGPathSeg,
SVGPathSegList ( int size ) : System.Collections.Generic

비공개 메소드들

메소드 설명
GetPreviousSegment ( SVGPathSeg, seg ) : SVGPathSeg,
SetList ( SVGPathSeg, newItem ) : void

메소드 상세

AppendItem() 공개 메소드

public AppendItem ( SVGPathSeg, newItem ) : SVGPathSeg,
newItem SVGPathSeg,
리턴 SVGPathSeg,

Clear() 공개 메소드

public Clear ( ) : void
리턴 void

GetItem() 공개 메소드

public GetItem ( int index ) : SVGPathSeg,
index int
리턴 SVGPathSeg,

SVGPathSegList() 공개 메소드

public SVGPathSegList ( int size ) : System.Collections.Generic
size int
리턴 System.Collections.Generic