C# Класс idTech4.ContactInfo

Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
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