C# Class idTech4.ContactInfo

Show file Open project: iainmckay/idtech4.net

Public Properties

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

Property Details

Contents public property

Contents at the other side of the surface.
public ContentFlags Contents
return ContentFlags

Distance public property

Contact plane distance.
public float Distance
return float

EntityIndex public property

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

ID public property

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

Material public property

Surface material.
public idMaterial Material
return idMaterial

ModelFeature public property

Contact feature on model.
public int ModelFeature
return int

Normal public property

Contact plane normal.
public Vector3 Normal
return Vector3

Point public property

Point of contact.
public Vector3 Point
return Vector3

TraceModelFeature public property

Contact feature on the trace model.
public int TraceModelFeature
return int

Type public property

public ContactType Type
return ContactType