C# Class HaloMap.RawData.PRTMModel

The prtm model.
Inheritance: ParsedModel
Afficher le fichier Open project: troymac1ure/Entity Class Usage Examples

Méthodes publiques

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

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

InjectModel() public méthode

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

LoadFromOBJ() public méthode

The load from obj.
public LoadFromOBJ ( string FilePath ) : void
FilePath string The file path.
Résultat void

PRTMModel() public méthode

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