C# 클래스 ThreeDXMLLoader.Implementation.ThreeDXMLImplementation

파일 보기 프로젝트 열기: i2e-haw-hamburg/cad-in-unity

공개 메소드들

메소드 설명
ThreeDXMLImplementation ( Header header ) : System.Collections.Generic
ToModel ( ) : IModel

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

비공개 메소드들

메소드 설명
ParseHeader ( ) : void

메소드 상세

ThreeDXMLImplementation() 공개 메소드

public ThreeDXMLImplementation ( Header header ) : System.Collections.Generic
header ThreeDXMLLoader.Implementation.Model.Header
리턴 System.Collections.Generic

ToModel() 공개 메소드

Parses the 3DXML discription and translate its to the internal IModel representation
public ToModel ( ) : IModel
리턴 IModel