C# Class HaloMap.RawData.ParsedModel.RawDataMetaChunk.ModelSubMeshInfo

The model sub mesh info.
显示文件 Open project: troymac1ure/Entity Class Usage Examples

Public Properties

Property Type Description
IndiceCount int
IndiceStart int
ShaderNumber int

Property Details

IndiceCount public_oe property

The indice count.
public int IndiceCount
return int

IndiceStart public_oe property

The indice start.
public int IndiceStart
return int

ShaderNumber public_oe property

The shader number.
public int ShaderNumber
return int