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

Показать файл Открыть проект Примеры использования класса

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

Свойство Тип Описание
Bounds idBounds
CheckCount int
Contents ContentFlags
Material idTech4.Renderer.idMaterial
Planes Plane[]
PrimitiveCount int

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

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

Brush bounds.
public idBounds Bounds
Результат idBounds

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

For multi-check avoidance.
public int CheckCount
Результат int

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

Contents of brush.
public ContentFlags Contents
Результат ContentFlags

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

Material.
public idMaterial,idTech4.Renderer Material
Результат idTech4.Renderer.idMaterial

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

Variable sized.
public Plane[] Planes
Результат Plane[]

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

Number of brush primitive.
public int PrimitiveCount
Результат int