Toggle navigation
Hot Examples
PT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Pesquisar
Página Inicial
MeshCreater
C# Class MeshCreater, UnityGraphicsPrograming
Exibir arquivo
Open project: sugi-cho/UnityGraphicsPrograming
Class Usage Examples
Public Properties
Property
Type
Description
ve3
Vector3[]
Public Methods
Method
Description
GridMesh
(
Vector3
points
,
int
numH
,
int
numV
) :
Mesh
Method Details
GridMesh()
public
static
method
public
static
GridMesh
(
Vector3
points
,
int
numH
,
int
numV
) :
Mesh
points
Vector3
numH
int
numV
int
return
Mesh
Property Details
ve3
public_oe property
public
Vector3[]
ve3
return
Vector3[]