C# 클래스 idTech4.ContactInfo

파일 보기 프로젝트 열기: iainmckay/idtech4.net

공개 프로퍼티들

프로퍼티 타입 설명
Contents ContentFlags
Distance float
EntityIndex int
ID int
Material idMaterial
ModelFeature int
Normal Vector3
Point Vector3
TraceModelFeature int
Type ContactType

프로퍼티 상세

Contents 공개적으로 프로퍼티

Contents at the other side of the surface.
public ContentFlags Contents
리턴 ContentFlags

Distance 공개적으로 프로퍼티

Contact plane distance.
public float Distance
리턴 float

EntityIndex 공개적으로 프로퍼티

Entity the contact surface is a part of.
public int EntityIndex
리턴 int

ID 공개적으로 프로퍼티

ID of the clip model the contact surface is part of.
public int ID
리턴 int

Material 공개적으로 프로퍼티

Surface material.
public idMaterial Material
리턴 idMaterial

ModelFeature 공개적으로 프로퍼티

Contact feature on model.
public int ModelFeature
리턴 int

Normal 공개적으로 프로퍼티

Contact plane normal.
public Vector3 Normal
리턴 Vector3

Point 공개적으로 프로퍼티

Point of contact.
public Vector3 Point
리턴 Vector3

TraceModelFeature 공개적으로 프로퍼티

Contact feature on the trace model.
public int TraceModelFeature
리턴 int

Type 공개적으로 프로퍼티

public ContactType Type
리턴 ContactType