C# 클래스 HaloMap.RawData.BSPModel.BSPCollision

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

공개 프로퍼티들

프로퍼티 타입 설명
FaceReflexiveCount int
FaceReflexiveOffset int
FaceReflexiveTranslation int
Faces ushort[]
PlaneReflexiveCount int
PlaneReflexiveOffset int
PlaneReflexiveTranslation int
Planes System.Vector4[]
SurfaceReflexiveCount int
SurfaceReflexiveTranslation int
VerticeReflexiveCount int
VerticeReflexiveOffset int
VerticeReflexiveTranslation int
Vertices System.Vector3[]

공개 메소드들

메소드 설명
BSPCollision ( Meta meta ) : System

Initializes a new instance of the BSPCollision class.

ExtractCollisonMesh ( string FilePath ) : void

The extract collison mesh.

InjectCollisonMesh ( string FilePath, Meta meta ) : void

The inject collison mesh.

메소드 상세

BSPCollision() 공개 메소드

Initializes a new instance of the BSPCollision class.
public BSPCollision ( Meta meta ) : System
meta HaloMap.Meta.Meta The meta.
리턴 System

ExtractCollisonMesh() 공개 메소드

The extract collison mesh.
public ExtractCollisonMesh ( string FilePath ) : void
FilePath string The file path.
리턴 void

InjectCollisonMesh() 공개 메소드

The inject collison mesh.
public InjectCollisonMesh ( string FilePath, Meta meta ) : void
FilePath string The file path.
meta HaloMap.Meta.Meta The meta.
리턴 void

프로퍼티 상세

FaceReflexiveCount 공개적으로 프로퍼티

The face reflexive count.
public int FaceReflexiveCount
리턴 int

FaceReflexiveOffset 공개적으로 프로퍼티

The face reflexive offset.
public int FaceReflexiveOffset
리턴 int

FaceReflexiveTranslation 공개적으로 프로퍼티

The face reflexive translation.
public int FaceReflexiveTranslation
리턴 int

Faces 공개적으로 프로퍼티

The faces.
public ushort[] Faces
리턴 ushort[]

PlaneReflexiveCount 공개적으로 프로퍼티

The plane reflexive count.
public int PlaneReflexiveCount
리턴 int

PlaneReflexiveOffset 공개적으로 프로퍼티

The plane reflexive offset.
public int PlaneReflexiveOffset
리턴 int

PlaneReflexiveTranslation 공개적으로 프로퍼티

The plane reflexive translation.
public int PlaneReflexiveTranslation
리턴 int

Planes 공개적으로 프로퍼티

The planes.
public Vector4[],System Planes
리턴 System.Vector4[]

SurfaceReflexiveCount 공개적으로 프로퍼티

The surface reflexive count.
public int SurfaceReflexiveCount
리턴 int

SurfaceReflexiveTranslation 공개적으로 프로퍼티

The surface reflexive translation.
public int SurfaceReflexiveTranslation
리턴 int

VerticeReflexiveCount 공개적으로 프로퍼티

The vertice reflexive count.
public int VerticeReflexiveCount
리턴 int

VerticeReflexiveOffset 공개적으로 프로퍼티

The vertice reflexive offset.
public int VerticeReflexiveOffset
리턴 int

VerticeReflexiveTranslation 공개적으로 프로퍼티

The vertice reflexive translation.
public int VerticeReflexiveTranslation
리턴 int

Vertices 공개적으로 프로퍼티

The vertices.
public Vector3[],System Vertices
리턴 System.Vector3[]