C# 클래스 ThreeDXMLLoader.Implementation.Model.ThreeDXMLFile

In memory archive implementation for the IThreeDXMLArchive interface.
상속: IThreeDXMLArchive
파일 보기 프로젝트 열기: i2e-haw-hamburg/cad-in-unity 1 사용 예제들

공개 메소드들

메소드 설명
Create ( Stream data ) : IThreeDXMLArchive

Creates a new in memory archive from a given stream of zipped data.

GetManifest ( ) : System.Xml.Linq.XDocument
GetNextDocument ( string name ) : System.Xml.Linq.XDocument

비공개 메소드들

메소드 설명
ThreeDXMLFile ( Stream>.IDictionary files ) : System

메소드 상세

Create() 공개 정적인 메소드

Creates a new in memory archive from a given stream of zipped data.
public static Create ( Stream data ) : IThreeDXMLArchive
data Stream the zip compressed 3dxml archive
리턴 IThreeDXMLArchive

GetManifest() 공개 메소드

public GetManifest ( ) : System.Xml.Linq.XDocument
리턴 System.Xml.Linq.XDocument

GetNextDocument() 공개 메소드

public GetNextDocument ( string name ) : System.Xml.Linq.XDocument
name string
리턴 System.Xml.Linq.XDocument