C# 클래스 SVGTransformList, UnitySVG

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

공개 메소드들

메소드 설명
AppendItem ( SVGTransform, newItem ) : void
AppendItems ( SVGTransformList, newListItem ) : void
Clear ( ) : void
Consolidate ( ) : SVGTransform,
SVGTransformList ( ) : System.Collections.Generic
SVGTransformList ( int capacity ) : System.Collections.Generic
SVGTransformList ( string listString ) : System.Collections.Generic
this ( int index ) : SVGTransform,

메소드 상세

AppendItem() 공개 메소드

public AppendItem ( SVGTransform, newItem ) : void
newItem SVGTransform,
리턴 void

AppendItems() 공개 메소드

public AppendItems ( SVGTransformList, newListItem ) : void
newListItem SVGTransformList,
리턴 void

Clear() 공개 메소드

public Clear ( ) : void
리턴 void

Consolidate() 공개 메소드

public Consolidate ( ) : SVGTransform,
리턴 SVGTransform,

SVGTransformList() 공개 메소드

public SVGTransformList ( ) : System.Collections.Generic
리턴 System.Collections.Generic

SVGTransformList() 공개 메소드

public SVGTransformList ( int capacity ) : System.Collections.Generic
capacity int
리턴 System.Collections.Generic

SVGTransformList() 공개 메소드

public SVGTransformList ( string listString ) : System.Collections.Generic
listString string
리턴 System.Collections.Generic

this() 공개 메소드

public this ( int index ) : SVGTransform,
index int
리턴 SVGTransform,