예제 #1
0
 private void SetMaterial(MapLayer mapLayer, Material mat)
 {
     mapLayer.GetComponent <MeshRenderer>().material = mat;
 }