C# Class idTech4.ContactInfo

显示文件 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_oe property

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

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 Material
return 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 the trace model.
public int TraceModelFeature
return int

Type public_oe property

public ContactType Type
return ContactType