Class LightmapEditorSettings
Inheritance
LightmapEditorSettings
Assembly: UnityEditor.dll
Syntax
public static class LightmapEditorSettings
Properties
|
Improve this Doc
View Source
aoAmount
Declaration
[Obsolete("LightmapEditorSettings.aoAmount has been deprecated.", false)]
public static float aoAmount { get; set; }
Property Value
|
Improve this Doc
View Source
aoContrast
Declaration
[Obsolete("LightmapEditorSettings.aoContrast has been deprecated.", false)]
public static float aoContrast { get; set; }
Property Value
aoExponentDirect
Declaration
public static float aoExponentDirect { get; set; }
Property Value
aoExponentIndirect
Declaration
public static float aoExponentIndirect { get; set; }
Property Value
aoMaxDistance
Declaration
public static float aoMaxDistance { get; set; }
Property Value
bakeResolution
Declaration
public static float bakeResolution { get; set; }
Property Value
|
Improve this Doc
View Source
bounceBoost
Declaration
[Obsolete("LightmapEditorSettings.bounceBoost has been deprecated.", false)]
public static float bounceBoost { get; set; }
Property Value
|
Improve this Doc
View Source
bounceIntensity
Declaration
[Obsolete("LightmapEditorSettings.bounceIntensity has been deprecated.", false)]
public static float bounceIntensity { get; set; }
Property Value
bounces
Declaration
public static int bounces { get; set; }
Property Value
directSampleCount
Declaration
public static int directSampleCount { get; set; }
Property Value
enableAmbientOcclusion
Declaration
public static bool enableAmbientOcclusion { get; set; }
Property Value
filteringAtrousPositionSigmaAO
Declaration
public static float filteringAtrousPositionSigmaAO { get; set; }
Property Value
filteringAtrousPositionSigmaDirect
Declaration
public static float filteringAtrousPositionSigmaDirect { get; set; }
Property Value
filteringAtrousPositionSigmaIndirect
Declaration
public static float filteringAtrousPositionSigmaIndirect { get; set; }
Property Value
filteringGaussRadiusAO
Declaration
public static int filteringGaussRadiusAO { get; set; }
Property Value
filteringGaussRadiusDirect
Declaration
public static int filteringGaussRadiusDirect { get; set; }
Property Value
filteringGaussRadiusIndirect
Declaration
public static int filteringGaussRadiusIndirect { get; set; }
Property Value
filteringMode
Declaration
public static LightmapEditorSettings.FilterMode filteringMode { get; set; }
Property Value
filterTypeAO
Declaration
public static LightmapEditorSettings.FilterType filterTypeAO { get; set; }
Property Value
filterTypeDirect
Declaration
public static LightmapEditorSettings.FilterType filterTypeDirect { get; set; }
Property Value
filterTypeIndirect
Declaration
public static LightmapEditorSettings.FilterType filterTypeIndirect { get; set; }
Property Value
|
Improve this Doc
View Source
finalGatherContrastThreshold
Declaration
[Obsolete("LightmapEditorSettings.finalGatherContrastThreshold has been deprecated.", false)]
public static float finalGatherContrastThreshold { get; set; }
Property Value
|
Improve this Doc
View Source
finalGatherGradientThreshold
Declaration
[Obsolete("LightmapEditorSettings.finalGatherGradientThreshold has been deprecated.", false)]
public static float finalGatherGradientThreshold { get; set; }
Property Value
|
Improve this Doc
View Source
finalGatherInterpolationPoints
Declaration
[Obsolete("LightmapEditorSettings.finalGatherInterpolationPoints has been deprecated.", false)]
public static int finalGatherInterpolationPoints { get; set; }
Property Value
|
Improve this Doc
View Source
finalGatherRays
Declaration
[Obsolete("LightmapEditorSettings.finalGatherRays has been deprecated.", false)]
public static int finalGatherRays { get; set; }
Property Value
|
Improve this Doc
View Source
giBakeBackend
Declaration
[Obsolete("The giBakeBackend property has been renamed to lightmapper. (UnityUpgradable) -> lightmapper", false)]
public static LightmapEditorSettings.GIBakeBackend giBakeBackend { get; set; }
Property Value
|
Improve this Doc
View Source
giPathTracerFilter
Declaration
[Obsolete("The giPathTracerFilter property has been deprecated. There are three independent properties to set individual filter types for direct, indirect and AO GI textures: filterTypeDirect, filterTypeIndirect and filterTypeAO.")]
public static LightmapEditorSettings.PathTracerFilter giPathTracerFilter { get; set; }
Property Value
|
Improve this Doc
View Source
giPathTracerSampling
Declaration
[Obsolete("The giPathTracerSampling property has been renamed to sampling. (UnityUpgradable) -> sampling", false)]
public static LightmapEditorSettings.PathTracerSampling giPathTracerSampling { get; set; }
Property Value
indirectSampleCount
Declaration
public static int indirectSampleCount { get; set; }
Property Value
|
Improve this Doc
View Source
lastUsedResolution
Declaration
[Obsolete("LightmapEditorSettings.lastUsedResolution has been deprecated.", false)]
public static float lastUsedResolution { get; set; }
Property Value
lightmapper
Declaration
public static LightmapEditorSettings.Lightmapper lightmapper { get; set; }
Property Value
lightmapsMode
Declaration
public static LightmapsMode lightmapsMode { get; set; }
Property Value
|
Improve this Doc
View Source
lockAtlas
Declaration
[Obsolete("LightmapEditorSettings.lockAtlas has been deprecated.", false)]
public static bool lockAtlas { get; set; }
Property Value
|
Improve this Doc
View Source
maxAtlasHeight
Declaration
[Obsolete("LightmapEditorSettings.maxAtlasHeight has been deprecated. Only square atlases are supported, please use the maxAtlasSize instead. ")]
public static int maxAtlasHeight { get; set; }
Property Value
maxAtlasSize
Declaration
public static int maxAtlasSize { get; set; }
Property Value
|
Improve this Doc
View Source
maxAtlasWidth
Declaration
[Obsolete("LightmapEditorSettings.maxAtlasWidth is now called maxAtlasSize (UnityUpgradable) -> maxAtlasSize", false)]
public static int maxAtlasWidth { get; set; }
Property Value
mixedBakeMode
Declaration
public static MixedLightingMode mixedBakeMode { get; set; }
Property Value
padding
Declaration
public static int padding { get; set; }
Property Value
prioritizeView
Declaration
public static bool prioritizeView { get; set; }
Property Value
|
Improve this Doc
View Source
quality
Declaration
[Obsolete("LightmapEditorSettings.quality has been deprecated.", false)]
public static LightmapBakeQuality quality { get; set; }
Property Value
realtimeResolution
Declaration
public static float realtimeResolution { get; set; }
Property Value
reflectionCubemapCompression
Declaration
public static ReflectionCubemapCompression reflectionCubemapCompression { get; set; }
Property Value
|
Improve this Doc
View Source
resolution
Declaration
[Obsolete("resolution is now called realtimeResolution (UnityUpgradable) -> realtimeResolution", false)]
public static float resolution { get; set; }
Property Value
sampling
Declaration
public static LightmapEditorSettings.Sampling sampling { get; set; }
Property Value
|
Improve this Doc
View Source
skyLightColor
Declaration
[Obsolete("LightmapEditorSettings.skyLightColor has been deprecated.", false)]
public static Color skyLightColor { get; set; }
Property Value
|
Improve this Doc
View Source
skyLightIntensity
Declaration
[Obsolete("LightmapEditorSettings.skyLightIntensity has been deprecated.", false)]
public static float skyLightIntensity { get; set; }
Property Value
textureCompression
Declaration
public static bool textureCompression { get; set; }
Property Value