예제 #1
0
 // Mat can be null to go back to non-temp material.
 public void SetTempMaterial(Material mat)
 {
     terrainV2?.SetTempMaterial(mat);
 }