Class SimulatedLight
A component that can be used to tag a light for use in lighting estimation, for XR Simulation.
Inherited Members
Namespace: UnityEngine .XR.Simulation
Assembly: Unity.XR.Simulation.dll
Syntax
[RequireComponent(typeof(Light))]
[DisallowMultipleComponent]
public class SimulatedLight : MonoBehaviour
Properties
simulatedLight
The Light component that will be used in calculating light estimation.
Declaration
public Light simulatedLight { get; }
Property Value
Type | Description |
---|---|
Light |