Class LightmapData
Assembly: UnityEngine.dll
Syntax
public sealed class LightmapData
Properties
|
Improve this Doc
View Source
lightmapColor
Declaration
public Texture2D lightmapColor { get; set; }
Property Value
|
Improve this Doc
View Source
lightmapDir
Declaration
public Texture2D lightmapDir { get; set; }
Property Value
|
Improve this Doc
View Source
lightmapLight
Declaration
[Obsolete("Use lightmapColor property (UnityUpgradable) -> lightmapColor", false)]
public Texture2D lightmapLight { get; set; }
Property Value
|
Improve this Doc
View Source
shadowMask
Declaration
public Texture2D shadowMask { get; set; }
Property Value
Extension Methods