C# 클래스 SynthExport.SynthData

파일 보기 프로젝트 열기: neonascent/SynthExport-Fork 1 사용 예제들

공개 메소드들

메소드 설명
Load ( string collectionID ) : SynthData
LoadFromZipFile ( string path ) : SynthData

비공개 메소드들

메소드 설명
LoadJsonData ( TextReader jsonReader ) : void
SynthData ( ) : System

메소드 상세

Load() 공개 정적인 메소드

public static Load ( string collectionID ) : SynthData
collectionID string
리턴 SynthData

LoadFromZipFile() 공개 정적인 메소드

public static LoadFromZipFile ( string path ) : SynthData
path string
리턴 SynthData