Exemple #1
0
 public void SetLightAmbientColor(byte r, byte g, byte b, byte a)
 {
     native.SetLightAmbientColor(r, g, b, a);
 }