Example #1
0
 public LightTab(GUIStyleManager style, LightManager light, CameraManager camera)
 {
     this.style  = style;
     this.light  = light;
     this.camera = camera;
 }