C# 클래스 HaloMap.H2MetaContainers.DirectXCollision

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

공개 프로퍼티들

프로퍼티 타입 설명
faceCount List
ib List
sphere List
spherematrix List
vb List
verticeCount List

공개 메소드들

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

Initializes a new instance of the DirectXCollision class.

DrawMeshes ( Device &device ) : void

The draw meshes.

DrawSpheres ( Device &device ) : void

The draw spheres.

비공개 메소드들

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

The create index buffers.

CreateSpheres ( Device &device, coll &tempcoll ) : void

The create spheres.

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

The create vertex buffers.

메소드 상세

DirectXCollision() 공개 메소드

Initializes a new instance of the DirectXCollision class.
public DirectXCollision ( Device &device, coll &tempcoll ) : System.Collections.Generic
device Device The device.
tempcoll coll The tempcoll.
리턴 System.Collections.Generic

DrawMeshes() 공개 메소드

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

DrawSpheres() 공개 메소드

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

프로퍼티 상세

faceCount 공개적으로 프로퍼티

The face count.
public List faceCount
리턴 List

ib 공개적으로 프로퍼티

The ib.
public List ib
리턴 List

sphere 공개적으로 프로퍼티

The sphere.
public List sphere
리턴 List

spherematrix 공개적으로 프로퍼티

The spherematrix.
public List spherematrix
리턴 List

vb 공개적으로 프로퍼티

The vb.
public List vb
리턴 List

verticeCount 공개적으로 프로퍼티

The vertice count.
public List verticeCount
리턴 List