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

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

Public Properties

Property Type Description
Name string
Permutation LODPermutationInfo[]

Property Details

Name public_oe property

The name.
public string Name
return string

Permutation public_oe property

The permutation.
public LODPermutationInfo[] Permutation
return LODPermutationInfo[]