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

Represents a generic triangle strip with indices of type TIndex.
파일 보기 프로젝트 열기: TGEnigma/SAModelTools 1 사용 예제들

공개 메소드들

메소드 설명
Strip ( bool reversed, Array indices, Array userFlags = null ) : System

Construct a new instance of Strip{TIndex}.

메소드 상세

Strip() 공개 메소드

Construct a new instance of Strip{TIndex}.
public Strip ( bool reversed, Array indices, Array userFlags = null ) : System
reversed bool
indices Array
userFlags Array
리턴 System