Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
CSG
Extensions.VertexEntry
C# Class CSG.Extensions.VertexEntry
Show file
Open project: mkkellogg/CSG-BSP
Public Properties
Property
Type
Description
TriangleIndex
int[]
VertexIndex
int[]
Public Methods
Method
Description
Add
(
int
vertIndex
,
int
triIndex
) :
void
Method Details
Add()
public
method
public
Add
(
int
vertIndex
,
int
triIndex
) :
void
vertIndex
int
triIndex
int
return
void
Property Details
TriangleIndex
public property
public
int[]
TriangleIndex
return
int[]
VertexIndex
public property
public
int[]
VertexIndex
return
int[]