C# Class HaloMap.RawData.PRTMModel

The prtm model.
Inheritance: ParsedModel
Mostrar archivo Open project: troymac1ure/Entity Class Usage Examples

Public Methods

Method Description
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.

Method Details

H2ParsedPRTM() public method

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

InjectModel() public method

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

LoadFromOBJ() public method

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

PRTMModel() public method

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