예제 #1
0
 public List <Color> GetPaletteOrNull()
 {
     return(clothData == null ? null : clothData.GetPaletteOrNull(0));
 }
예제 #2
0
 public List <Color> GetPaletteOrNull()
 {
     return(clothData == null ? null : clothData.GetPaletteOrNull(variantIndex));
 }