Show / Hide Table of Contents

Class LightmapperUtils

Inheritance
Object
LightmapperUtils
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 LightmapperUtils

Methods

| Improve this Doc View Source

Extract(Light, ref DirectionalLight)

Declaration
public static void Extract(Light l, ref DirectionalLight dir)
Parameters
Type Name Description
Light l
DirectionalLight dir
| Improve this Doc View Source

Extract(Light, ref DiscLight)

Declaration
public static void Extract(Light l, ref DiscLight disc)
Parameters
Type Name Description
Light l
DiscLight disc
| Improve this Doc View Source

Extract(Light, ref PointLight)

Declaration
public static void Extract(Light l, ref PointLight point)
Parameters
Type Name Description
Light l
PointLight point
| Improve this Doc View Source

Extract(Light, ref RectangleLight)

Declaration
public static void Extract(Light l, ref RectangleLight rect)
Parameters
Type Name Description
Light l
RectangleLight rect
| Improve this Doc View Source

Extract(Light, ref SpotLight)

Declaration
public static void Extract(Light l, ref SpotLight spot)
Parameters
Type Name Description
Light l
SpotLight spot
| Improve this Doc View Source

Extract(LightmapBakeType)

Declaration
public static LightMode Extract(LightmapBakeType baketype)
Parameters
Type Name Description
LightmapBakeType baketype
Returns
Type Description
LightMode
| Improve this Doc View Source

ExtractIndirect(Light)

Declaration
public static LinearColor ExtractIndirect(Light l)
Parameters
Type Name Description
Light l
Returns
Type Description
LinearColor
| Improve this Doc View Source

ExtractInnerCone(Light)

Declaration
public static float ExtractInnerCone(Light l)
Parameters
Type Name Description
Light l
Returns
Type Description
Single
  • Improve this Doc
  • View Source
Back to top Generated by DocFX