C# Class HaloMap.RawData.ParsedModel.LODInfo

The lod info.
Afficher le fichier Open project: troymac1ure/Entity

Méthodes publiques

Свойство Type Description
PermutationStrings List
Piece LODPieceInfo[]

Méthodes publiques

Méthode Description
FindPermutationInfo ( string piecename, string permutationname ) : LODPieceInfo.LODPermutationInfo

The find permutation info.

LODInfo ( Meta &meta, RawDataMetaChunk &rd ) : System

Initializes a new instance of the LODInfo class.

Method Details

FindPermutationInfo() public méthode

The find permutation info.
public FindPermutationInfo ( string piecename, string permutationname ) : LODPieceInfo.LODPermutationInfo
piecename string The piecename.
permutationname string The permutationname.
Résultat LODPieceInfo.LODPermutationInfo

LODInfo() public méthode

Initializes a new instance of the LODInfo class.
public LODInfo ( Meta &meta, RawDataMetaChunk &rd ) : System
meta HaloMap.Meta.Meta The meta.
rd RawDataMetaChunk The rd.
Résultat System

Property Details

PermutationStrings public_oe property

The permutation strings.
public List PermutationStrings
Résultat List

Piece public_oe property

The piece.
public LODPieceInfo[] Piece
Résultat LODPieceInfo[]