C# Class ThreeDXMLLoader.Implementation.ThreeDXMLImplementation

Afficher le fichier Open project: i2e-haw-hamburg/cad-in-unity

Méthodes publiques

Méthode Description
ThreeDXMLImplementation ( Header header ) : System.Collections.Generic
ToModel ( ) : IModel

Parses the 3DXML discription and translate its to the internal IModel representation

Private Methods

Méthode Description
ParseHeader ( ) : void

Method Details

ThreeDXMLImplementation() public méthode

public ThreeDXMLImplementation ( Header header ) : System.Collections.Generic
header ThreeDXMLLoader.Implementation.Model.Header
Résultat System.Collections.Generic

ToModel() public méthode

Parses the 3DXML discription and translate its to the internal IModel representation
public ToModel ( ) : IModel
Résultat IModel