C# Class idTech4.Collision.ContactInfo

显示文件 Open project: iainmckay/idtech4.net

Public Properties

Property Type Description
Contents int
Distance float
EntityIndex int
ID int
Material idTech4.Renderer.idMaterial
ModelFeature int
Normal Vector3
Point Vector3
TraceModelFeature int
Type ContactType

Property Details

Contents public_oe property

Contents at other side of surface.
public int Contents
return int

Distance public_oe property

Contact plane distance.
public float Distance
return float

EntityIndex public_oe property

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

ID public_oe property

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

Material public_oe property

Surface material.
public idMaterial,idTech4.Renderer Material
return idTech4.Renderer.idMaterial

ModelFeature public_oe property

Contact feature on model.
public int ModelFeature
return int

Normal public_oe property

Contact plane normal.
public Vector3 Normal
return Vector3

Point public_oe property

Point of contact.
public Vector3 Point
return Vector3

TraceModelFeature public_oe property

Contact feature on trace model.
public int TraceModelFeature
return int

Type public_oe property

Contact type.
public ContactType Type
return ContactType