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
MeshExtensions
C# Class MeshExtensions, Unity-Project-Template
Exibir arquivo
Open project: Nidre/Unity-Project-Template
Class Usage Examples
Public Methods
Method
Description
SetVertexColor
(
this
mesh
,
Color
c
) :
void
Sets the color value of the Mesh to given color value.
Method Details
SetVertexColor()
public
static
method
Sets the color value of the Mesh to given color value.
public
static
SetVertexColor
(
this
mesh
,
Color
c
) :
void
mesh
this
c
Color
return
void