C# 클래스 HaloMap.RawData.PRTMModel

The prtm model.
상속: ParsedModel
파일 보기 프로젝트 열기: troymac1ure/Entity 1 사용 예제들

공개 메소드들

메소드 설명
H2ParsedPRTM ( Meta &meta ) : void

The h 2 parsed prtm.

InjectModel ( string FilePath, Meta meta ) : Meta

The inject model.

LoadFromOBJ ( string FilePath ) : void

The load from obj.

PRTMModel ( Meta &meta ) : System.Collections

Initializes a new instance of the PRTMModel class.

메소드 상세

H2ParsedPRTM() 공개 메소드

The h 2 parsed prtm.
public H2ParsedPRTM ( Meta &meta ) : void
meta HaloMap.Meta.Meta The meta.
리턴 void

InjectModel() 공개 메소드

The inject model.
public InjectModel ( string FilePath, Meta meta ) : Meta
FilePath string The file path.
meta HaloMap.Meta.Meta The meta.
리턴 HaloMap.Meta.Meta

LoadFromOBJ() 공개 메소드

The load from obj.
public LoadFromOBJ ( string FilePath ) : void
FilePath string The file path.
리턴 void

PRTMModel() 공개 메소드

Initializes a new instance of the PRTMModel class.
public PRTMModel ( Meta &meta ) : System.Collections
meta HaloMap.Meta.Meta The meta.
리턴 System.Collections