Ejemplo n.º 1
0
 private void SetMaterial(MapLayer mapLayer, Material mat)
 {
     mapLayer.GetComponent <MeshRenderer>().material = mat;
 }