C# 클래스 SAModelLibrary.GeometryFormats.Chunk.StripChunk

Base class for all generic strip chunks with indices of type TIndex.
상속: StripChunkBase
파일 보기 프로젝트 열기: TGEnigma/SAModelTools 1 사용 예제들

공개 메소드들

메소드 설명
ToTriangles ( ) : TIndex[]

Utility function to convert the triangle strip indices into triangle indices.

보호된 메소드들

메소드 설명
GetFlags ( ) : byte
ReadStripIndex ( EndianBinaryReader reader, &index ) : void
WriteStripIndex ( EndianBinaryWriter writer, &index ) : void

비공개 메소드들

메소드 설명
ReadBody ( int size, byte flags, EndianBinaryReader reader ) : void
WriteBody ( EndianBinaryWriter writer ) : void

메소드 상세

GetFlags() 보호된 메소드

protected GetFlags ( ) : byte
리턴 byte

ReadStripIndex() 보호된 추상적인 메소드

protected abstract ReadStripIndex ( EndianBinaryReader reader, &index ) : void
reader EndianBinaryReader
리턴 void

ToTriangles() 공개 메소드

Utility function to convert the triangle strip indices into triangle indices.
public ToTriangles ( ) : TIndex[]
리턴 TIndex[]

WriteStripIndex() 보호된 추상적인 메소드

protected abstract WriteStripIndex ( EndianBinaryWriter writer, &index ) : void
writer EndianBinaryWriter
리턴 void