示例#1
0
 private Material GetSimpleMaterialHelper(ref Material material, Color color)
 {
     if (material == null)
     {
         material = UnityUtils.CreateColorMaterial(color);
     }
     return(material);
 }