C# Class ThreeDXMLLoader.Implementation.Model.ThreeDXMLFile

In memory archive implementation for the IThreeDXMLArchive interface.
Inheritance: IThreeDXMLArchive
Afficher le fichier Open project: i2e-haw-hamburg/cad-in-unity Class Usage Examples

Méthodes publiques

Méthode Description
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

Private Methods

Méthode Description
ThreeDXMLFile ( Stream>.IDictionary files ) : System

Method Details

Create() public static méthode

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
Résultat IThreeDXMLArchive

GetManifest() public méthode

public GetManifest ( ) : System.Xml.Linq.XDocument
Résultat System.Xml.Linq.XDocument

GetNextDocument() public méthode

public GetNextDocument ( string name ) : System.Xml.Linq.XDocument
name string
Résultat System.Xml.Linq.XDocument