Class LightmapSamplingSettings
Lightmap Sampling global settings class.
Implements
Inherited Members
Namespace: UnityEngine .Rendering
Assembly: Unity.RenderPipelines.Core.Runtime.dll
Syntax
[Serializable]
[SupportedOnRenderPipeline(new Type[] { })]
[CategoryInfo(Name = "Lightmap Sampling Settings", Order = 20)]
public class LightmapSamplingSettings : IRenderPipelineGraphicsSettings
Properties
useBicubicLightmapSampling
Whether to use bicubic sampling for lightmaps.
Declaration
public bool useBicubicLightmapSampling { get; set; }
Property Value
Type | Description |
---|---|
bool |