Toggle navigation
Hot Examples
JP
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
検索
Home
MeshCreater
C# Class MeshCreater, UnityGraphicsPrograming
ファイルを表示
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[]