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
MeshExtensions
C# Class MeshExtensions, Unity-Project-Template
Show file
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