C# Класс idTech4.Collision.ContactInfo

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

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

Свойство Тип Описание
Contents int
Distance float
EntityIndex int
ID int
Material idTech4.Renderer.idMaterial
ModelFeature int
Normal Vector3
Point Vector3
TraceModelFeature int
Type ContactType

Описание свойств

Contents публичное свойство

Contents at other side of surface.
public int Contents
Результат int

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,idTech4.Renderer Material
Результат idTech4.Renderer.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 trace model.
public int TraceModelFeature
Результат int

Type публичное свойство

Contact type.
public ContactType Type
Результат ContactType