C# Class HaloMap.RawData.ParsedModel.LODInfo.LODPieceInfo.LODPermutationInfo

The lod permutation info.
显示文件 Open project: troymac1ure/Entity

Public Properties

Property Type Description
name string
pieceNumber int[]

Property Details

name public_oe property

The name.
public string name
return string

pieceNumber public_oe property

The piece number.
public int[] pieceNumber
return int[]