C# 클래스 NvTriStripDotNet.VertexCache

파일 보기 프로젝트 열기: TGEnigma/NvTriStrip.Net 1 사용 예제들

공개 메소드들

메소드 설명
AddEntry ( int entry ) : int
At ( int index ) : int
Clear ( ) : void
Copy ( VertexCache inVcache ) : void
Set ( int index, int value ) : void
VertexCache ( ) : System.Runtime.CompilerServices
VertexCache ( int size ) : System.Runtime.CompilerServices

비공개 메소드들

메소드 설명
InCache ( int entry ) : bool

메소드 상세

AddEntry() 공개 메소드

public AddEntry ( int entry ) : int
entry int
리턴 int

At() 공개 메소드

public At ( int index ) : int
index int
리턴 int

Clear() 공개 메소드

public Clear ( ) : void
리턴 void

Copy() 공개 메소드

public Copy ( VertexCache inVcache ) : void
inVcache VertexCache
리턴 void

Set() 공개 메소드

public Set ( int index, int value ) : void
index int
value int
리턴 void

VertexCache() 공개 메소드

public VertexCache ( ) : System.Runtime.CompilerServices
리턴 System.Runtime.CompilerServices

VertexCache() 공개 메소드

public VertexCache ( int size ) : System.Runtime.CompilerServices
size int
리턴 System.Runtime.CompilerServices