Class LightmapParameters
Inheritance
LightmapParameters
Assembly: UnityEditor.dll
Syntax
public sealed class LightmapParameters : Object
Constructors
|
Improve this Doc
View Source
LightmapParameters()
Declaration
public LightmapParameters()
Properties
antiAliasingSamples
Declaration
public int antiAliasingSamples { get; set; }
Property Value
AOAntiAliasingSamples
Declaration
public int AOAntiAliasingSamples { get; set; }
Property Value
AOQuality
Declaration
public int AOQuality { get; set; }
Property Value
backFaceTolerance
Declaration
public float backFaceTolerance { get; set; }
Property Value
bakedLightmapTag
Declaration
public int bakedLightmapTag { get; set; }
Property Value
blurRadius
Declaration
public int blurRadius { get; set; }
Property Value
clusterResolution
Declaration
public float clusterResolution { get; set; }
Property Value
directLightQuality
Declaration
public int directLightQuality { get; set; }
Property Value
|
Improve this Doc
View Source
edgeStitching
Declaration
[Obsolete("edgeStitching has been deprecated. Use stitchEdges instead")]
public float edgeStitching { get; set; }
Property Value
irradianceBudget
Declaration
public int irradianceBudget { get; set; }
Property Value
irradianceQuality
Declaration
public int irradianceQuality { get; set; }
Property Value
isTransparent
Declaration
public bool isTransparent { get; set; }
Property Value
modellingTolerance
Declaration
public float modellingTolerance { get; set; }
Property Value
resolution
Declaration
public float resolution { get; set; }
Property Value
stitchEdges
Declaration
public bool stitchEdges { get; set; }
Property Value
systemTag
Declaration
public int systemTag { get; set; }
Property Value
Extension Methods