C# 클래스 HaloMap.RawData.ParsedModel.LODInfo

The lod info.
파일 보기 프로젝트 열기: troymac1ure/Entity

공개 프로퍼티들

프로퍼티 타입 설명
PermutationStrings List
Piece LODPieceInfo[]

공개 메소드들

메소드 설명
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.

메소드 상세

FindPermutationInfo() 공개 메소드

The find permutation info.
public FindPermutationInfo ( string piecename, string permutationname ) : LODPieceInfo.LODPermutationInfo
piecename string The piecename.
permutationname string The permutationname.
리턴 LODPieceInfo.LODPermutationInfo

LODInfo() 공개 메소드

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.
리턴 System

프로퍼티 상세

PermutationStrings 공개적으로 프로퍼티

The permutation strings.
public List PermutationStrings
리턴 List

Piece 공개적으로 프로퍼티

The piece.
public LODPieceInfo[] Piece
리턴 LODPieceInfo[]