C# Класс entity.Renderers.LightmapViewer.polygonInfo

All the info required for each polygon on the screen
Показать файл Открыть проект

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

Свойство Тип Описание
breakSurface byte
flags byte
indices short[]
material short
plane int

Открытые методы

Метод Описание
polygonInfo ( ) : System

Описание методов

polygonInfo() публичный Метод

public polygonInfo ( ) : System
Результат System

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

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

Breakable Surface # ?? Maybe part of flags?
public byte breakSurface
Результат byte

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

Polygon flags
public byte flags
Результат byte

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

The indices of the polygon
public short[] indices
Результат short[]

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

The material of the polygon
public short material
Результат short

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

The plane index of the polygon
public int plane
Результат int