C# 클래스 HaloMap.H2MetaContainers.DirectXBSPCollision

The direct xbsp collision.
파일 보기 프로젝트 열기: troymac1ure/Entity 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
faceCount int
ib IndexBuffer
vb VertexBuffer
verticeCount int

공개 메소드들

메소드 설명
DirectXBSPCollision ( Device &device, BSPModel &tempcoll ) : System.Collections.Generic

Initializes a new instance of the DirectXBSPCollision class.

Draw ( Device &device ) : void

The draw.

비공개 메소드들

메소드 설명
CreateIndexBuffers ( Device &device, BSPModel &tempcoll ) : void

The create index buffers.

CreateVertexBuffers ( Device &device, BSPModel &tempcoll ) : void

The create vertex buffers.

메소드 상세

DirectXBSPCollision() 공개 메소드

Initializes a new instance of the DirectXBSPCollision class.
public DirectXBSPCollision ( Device &device, BSPModel &tempcoll ) : System.Collections.Generic
device Device The device.
tempcoll HaloMap.RawData.BSPModel The tempcoll.
리턴 System.Collections.Generic

Draw() 공개 메소드

The draw.
public Draw ( Device &device ) : void
device Device The device.
리턴 void

프로퍼티 상세

faceCount 공개적으로 프로퍼티

The face count.
public int faceCount
리턴 int

ib 공개적으로 프로퍼티

The ib.
public IndexBuffer ib
리턴 IndexBuffer

vb 공개적으로 프로퍼티

The vb.
public VertexBuffer vb
리턴 VertexBuffer

verticeCount 공개적으로 프로퍼티

The vertice count.
public int verticeCount
리턴 int