Class LightmapSettings
  
  
  
  
    Inheritance
    
    
    LightmapSettings
   
  
  
  Assembly: UnityEngine.dll
  Syntax
  
    public sealed class LightmapSettings : Object
   
  Properties
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  bakedColorSpace
  
  
  Declaration
  
    [Obsolete("Use QualitySettings.desiredColorSpace instead.", false)]
public static ColorSpace bakedColorSpace { get; set; }
   
  Property Value
  
  
  
  
  lightmaps
  
  
  Declaration
  
    public static LightmapData[] lightmaps { get; set; }
   
  Property Value
  
  
  
  
  lightmapsMode
  
  
  Declaration
  
    public static LightmapsMode lightmapsMode { get; set; }
   
  Property Value
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  lightmapsModeLegacy
  
  
  Declaration
  
    [Obsolete("Use lightmapsMode instead.", false)]
public static LightmapsModeLegacy lightmapsModeLegacy { get; set; }
   
  Property Value
  
  
  
  
  lightProbes
  
  
  Declaration
  
    public static LightProbes lightProbes { get; set; }
   
  Property Value
  
  Extension Methods