C# Класс org.recast4j.detour.Poly

Defines a polyogn within a dtMeshTile object.
Показать файл Открыть проект Примеры использования класса

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

Свойство Тип Описание
areaAndtype int
firstLink int
flags int
neis int[]
vertCount int
verts int[]

Private Properties

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

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

Метод Описание
Poly ( int index, int maxVertsPerPoly )

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

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

public Poly ( int index, int maxVertsPerPoly )
index int
maxVertsPerPoly int

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

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

The bit packed area id and polygon type. @note Use the structure's set and get methods to access this value.
public int areaAndtype
Результат int

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

Index to first link in linked list. (Or #DT_NULL_LINK if there is no link.)
public int firstLink
Результат int

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

The user defined polygon flags.
public int flags
Результат int

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

Packed data representing neighbor polygons references and flags for each edge.
public int[] neis
Результат int[]

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

The number of vertices in the polygon.
public int vertCount
Результат int

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

The indices of the polygon's vertices. The actual vertices are located in MeshTile::verts.
public int[] verts
Результат int[]