예제 #1
0
파일: Viewer.cs 프로젝트: saihe/Effekseer
 public void SetLightAmbientColor(byte r, byte g, byte b, byte a)
 {
     native.SetLightAmbientColor(r, g, b, a);
 }