Show / Hide Table of Contents

Struct LightBakingOutput

Inherited Members
ValueType.Equals(Object)
ValueType.GetHashCode()
ValueType.ToString()
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetType()
Namespace: UnityEngine
Assembly: UnityEngine.dll
Syntax
public struct LightBakingOutput

Fields

| Improve this Doc View Source

isBaked

Declaration
public bool isBaked
Field Value
Type Description
Boolean
| Improve this Doc View Source

lightmapBakeType

Declaration
public LightmapBakeType lightmapBakeType
Field Value
Type Description
LightmapBakeType
| Improve this Doc View Source

mixedLightingMode

Declaration
public MixedLightingMode mixedLightingMode
Field Value
Type Description
MixedLightingMode
| Improve this Doc View Source

occlusionMaskChannel

Declaration
public int occlusionMaskChannel
Field Value
Type Description
Int32
| Improve this Doc View Source

probeOcclusionLightIndex

Declaration
public int probeOcclusionLightIndex
Field Value
Type Description
Int32

Extension Methods

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