C# Class MeshExtensions, Unity-Project-Template

Afficher le fichier Open project: Nidre/Unity-Project-Template Class Usage Examples

Méthodes publiques

Méthode Description
SetVertexColor ( this mesh, Color c ) : void

Sets the color value of the Mesh to given color value.

Method Details

SetVertexColor() public static méthode

Sets the color value of the Mesh to given color value.
public static SetVertexColor ( this mesh, Color c ) : void
mesh this
c Color
Résultat void