示例#1
0
文件: Viewer.cs 项目: saihe/Effekseer
 public void SetLightAmbientColor(byte r, byte g, byte b, byte a)
 {
     native.SetLightAmbientColor(r, g, b, a);
 }