示例#1
0
 public void SetGlobalLight(Components.Light light)
 {
     _drawingManager.SetGlobalLight(light.ToInternalLight());
 }