Show / Hide Table of Contents

Class Lightmapping

Inheritance
Object
Lightmapping
Inherited Members
Object.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Namespace: UnityEngine.Experimental.GlobalIllumination
Assembly: UnityEngine.dll
Syntax
public static class Lightmapping

Methods

| Improve this Doc View Source

GetDelegate()

Declaration
public static Lightmapping.RequestLightsDelegate GetDelegate()
Returns
Type Description
Lightmapping.RequestLightsDelegate
| Improve this Doc View Source

ResetDelegate()

Declaration
public static void ResetDelegate()
| Improve this Doc View Source

SetDelegate(Lightmapping.RequestLightsDelegate)

Declaration
public static void SetDelegate(Lightmapping.RequestLightsDelegate del)
Parameters
Type Name Description
Lightmapping.RequestLightsDelegate del
  • Improve this Doc
  • View Source
Back to top Generated by DocFX