示例#1
0
 public void SetIconColorScale(IconType type, IconColorScale which, float value)
 {
     throw new NotImplementedException();
 }
 void IIColorManager.SetIconColorScale(IconType type, IconColorScale which, float value)
 {
     throw new NotImplementedException();
 }
示例#3
0
 public float GetIconColorScale(IconType type, IconColorScale which)
 {
     throw new NotImplementedException();
 }
 float IIColorManager.GetIconColorScale(IconType type, IconColorScale which)
 {
     throw new NotImplementedException();
 }