Show / Hide Table of Contents

Class LightmapEditorSettings

Inheritance
Object
LightmapEditorSettings
Inherited Members
Object.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Namespace: UnityEditor
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
Type Description
Single
| Improve this Doc View Source

aoContrast

Declaration
[Obsolete("LightmapEditorSettings.aoContrast has been deprecated.", false)]
public static float aoContrast { get; set; }
Property Value
Type Description
Single

aoExponentDirect

Declaration
public static float aoExponentDirect { get; set; }
Property Value
Type Description
Single

aoExponentIndirect

Declaration
public static float aoExponentIndirect { get; set; }
Property Value
Type Description
Single

aoMaxDistance

Declaration
public static float aoMaxDistance { get; set; }
Property Value
Type Description
Single

bakeResolution

Declaration
public static float bakeResolution { get; set; }
Property Value
Type Description
Single
| Improve this Doc View Source

bounceBoost

Declaration
[Obsolete("LightmapEditorSettings.bounceBoost has been deprecated.", false)]
public static float bounceBoost { get; set; }
Property Value
Type Description
Single
| Improve this Doc View Source

bounceIntensity

Declaration
[Obsolete("LightmapEditorSettings.bounceIntensity has been deprecated.", false)]
public static float bounceIntensity { get; set; }
Property Value
Type Description
Single

bounces

Declaration
public static int bounces { get; set; }
Property Value
Type Description
Int32

directSampleCount

Declaration
public static int directSampleCount { get; set; }
Property Value
Type Description
Int32

enableAmbientOcclusion

Declaration
public static bool enableAmbientOcclusion { get; set; }
Property Value
Type Description
Boolean

filteringAtrousPositionSigmaAO

Declaration
public static float filteringAtrousPositionSigmaAO { get; set; }
Property Value
Type Description
Single

filteringAtrousPositionSigmaDirect

Declaration
public static float filteringAtrousPositionSigmaDirect { get; set; }
Property Value
Type Description
Single

filteringAtrousPositionSigmaIndirect

Declaration
public static float filteringAtrousPositionSigmaIndirect { get; set; }
Property Value
Type Description
Single

filteringGaussRadiusAO

Declaration
public static int filteringGaussRadiusAO { get; set; }
Property Value
Type Description
Int32

filteringGaussRadiusDirect

Declaration
public static int filteringGaussRadiusDirect { get; set; }
Property Value
Type Description
Int32

filteringGaussRadiusIndirect

Declaration
public static int filteringGaussRadiusIndirect { get; set; }
Property Value
Type Description
Int32

filteringMode

Declaration
public static LightmapEditorSettings.FilterMode filteringMode { get; set; }
Property Value
Type Description
LightmapEditorSettings.FilterMode

filterTypeAO

Declaration
public static LightmapEditorSettings.FilterType filterTypeAO { get; set; }
Property Value
Type Description
LightmapEditorSettings.FilterType

filterTypeDirect

Declaration
public static LightmapEditorSettings.FilterType filterTypeDirect { get; set; }
Property Value
Type Description
LightmapEditorSettings.FilterType

filterTypeIndirect

Declaration
public static LightmapEditorSettings.FilterType filterTypeIndirect { get; set; }
Property Value
Type Description
LightmapEditorSettings.FilterType
| Improve this Doc View Source

finalGatherContrastThreshold

Declaration
[Obsolete("LightmapEditorSettings.finalGatherContrastThreshold has been deprecated.", false)]
public static float finalGatherContrastThreshold { get; set; }
Property Value
Type Description
Single
| Improve this Doc View Source

finalGatherGradientThreshold

Declaration
[Obsolete("LightmapEditorSettings.finalGatherGradientThreshold has been deprecated.", false)]
public static float finalGatherGradientThreshold { get; set; }
Property Value
Type Description
Single
| Improve this Doc View Source

finalGatherInterpolationPoints

Declaration
[Obsolete("LightmapEditorSettings.finalGatherInterpolationPoints has been deprecated.", false)]
public static int finalGatherInterpolationPoints { get; set; }
Property Value
Type Description
Int32
| Improve this Doc View Source

finalGatherRays

Declaration
[Obsolete("LightmapEditorSettings.finalGatherRays has been deprecated.", false)]
public static int finalGatherRays { get; set; }
Property Value
Type Description
Int32
| 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
Type Description
LightmapEditorSettings.GIBakeBackend
| 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
Type Description
LightmapEditorSettings.PathTracerFilter
| 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
Type Description
LightmapEditorSettings.PathTracerSampling

indirectSampleCount

Declaration
public static int indirectSampleCount { get; set; }
Property Value
Type Description
Int32
| Improve this Doc View Source

lastUsedResolution

Declaration
[Obsolete("LightmapEditorSettings.lastUsedResolution has been deprecated.", false)]
public static float lastUsedResolution { get; set; }
Property Value
Type Description
Single

lightmapper

Declaration
public static LightmapEditorSettings.Lightmapper lightmapper { get; set; }
Property Value
Type Description
LightmapEditorSettings.Lightmapper

lightmapsMode

Declaration
public static LightmapsMode lightmapsMode { get; set; }
Property Value
Type Description
LightmapsMode
| Improve this Doc View Source

lockAtlas

Declaration
[Obsolete("LightmapEditorSettings.lockAtlas has been deprecated.", false)]
public static bool lockAtlas { get; set; }
Property Value
Type Description
Boolean
| 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
Type Description
Int32

maxAtlasSize

Declaration
public static int maxAtlasSize { get; set; }
Property Value
Type Description
Int32
| 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
Type Description
Int32

mixedBakeMode

Declaration
public static MixedLightingMode mixedBakeMode { get; set; }
Property Value
Type Description
MixedLightingMode

padding

Declaration
public static int padding { get; set; }
Property Value
Type Description
Int32

prioritizeView

Declaration
public static bool prioritizeView { get; set; }
Property Value
Type Description
Boolean
| Improve this Doc View Source

quality

Declaration
[Obsolete("LightmapEditorSettings.quality has been deprecated.", false)]
public static LightmapBakeQuality quality { get; set; }
Property Value
Type Description
LightmapBakeQuality

realtimeResolution

Declaration
public static float realtimeResolution { get; set; }
Property Value
Type Description
Single

reflectionCubemapCompression

Declaration
public static ReflectionCubemapCompression reflectionCubemapCompression { get; set; }
Property Value
Type Description
ReflectionCubemapCompression
| Improve this Doc View Source

resolution

Declaration
[Obsolete("resolution is now called realtimeResolution (UnityUpgradable) -> realtimeResolution", false)]
public static float resolution { get; set; }
Property Value
Type Description
Single

sampling

Declaration
public static LightmapEditorSettings.Sampling sampling { get; set; }
Property Value
Type Description
LightmapEditorSettings.Sampling
| Improve this Doc View Source

skyLightColor

Declaration
[Obsolete("LightmapEditorSettings.skyLightColor has been deprecated.", false)]
public static Color skyLightColor { get; set; }
Property Value
Type Description
Color
| Improve this Doc View Source

skyLightIntensity

Declaration
[Obsolete("LightmapEditorSettings.skyLightIntensity has been deprecated.", false)]
public static float skyLightIntensity { get; set; }
Property Value
Type Description
Single

textureCompression

Declaration
public static bool textureCompression { get; set; }
Property Value
Type Description
Boolean
  • Improve this Doc
  • View Source
Back to top Generated by DocFX