C# 클래스 GlobalLib.Support.Underground2.Class.TPKBlock

파일 보기 프로젝트 열기: NFSTools/GlobalLib

보호된 메소드들

메소드 설명
CheckComps ( ) : void

Checks texture compressions and tpk compressions for matching.

GetKeyList ( byte* byteptr_t, int offset ) : void

Gets list of keys of the textures in the tpk block array.

메소드 상세

CheckComps() 보호된 메소드

Checks texture compressions and tpk compressions for matching.
protected CheckComps ( ) : void
리턴 void

GetKeyList() 보호된 메소드

Gets list of keys of the textures in the tpk block array.
protected GetKeyList ( byte* byteptr_t, int offset ) : void
byteptr_t byte* Pointer to the tpk block array.
offset int Partial 1 part2 offset in the tpk block array.
리턴 void