C# Class MeshExtensions, Unity-Project-Template

显示文件 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