Show / Hide Table of Contents

Class LightmapData

Inheritance
Object
LightmapData
Inherited Members
Object.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Namespace: UnityEngine
Assembly: UnityEngine.dll
Syntax
public sealed class LightmapData

Properties

| Improve this Doc View Source

lightmapColor

Declaration
public Texture2D lightmapColor { get; set; }
Property Value
Type Description
Texture2D
| Improve this Doc View Source

lightmapDir

Declaration
public Texture2D lightmapDir { get; set; }
Property Value
Type Description
Texture2D
| Improve this Doc View Source

lightmapLight

Declaration
[Obsolete("Use lightmapColor property (UnityUpgradable) -> lightmapColor", false)]
public Texture2D lightmapLight { get; set; }
Property Value
Type Description
Texture2D
| Improve this Doc View Source

shadowMask

Declaration
public Texture2D shadowMask { get; set; }
Property Value
Type Description
Texture2D

Extension Methods

MustExtensions.MustBeEqual<T>(T, T)
MustExtensions.MustBeEqual<T>(T, T, String)
MustExtensions.MustNotBeEqual<T>(T, T)
MustExtensions.MustNotBeEqual<T>(T, T, String)
MustExtensions.MustBeNull<T>(T)
MustExtensions.MustBeNull<T>(T, String)
MustExtensions.MustNotBeNull<T>(T)
MustExtensions.MustNotBeNull<T>(T, String)
  • Improve this Doc
  • View Source
Back to top Generated by DocFX