Class LightRandomizer
This Randomizer is used in conjunction with the LightRandomizerTag, which facilitates the randomization of various light aspects, including temperature, color, and intensity.
Inherited Members
Namespace: UnityEngine.Perception.Randomization.Randomizers
Assembly: Unity.Perception.Runtime.dll
Syntax
[AddRandomizerMenu("Perception/Light Randomizer")]
[MovedFrom("UnityEngine.Perception.Internal")]
public class LightRandomizer : Randomizer
Methods
OnIterationStart()
At the start of each iteration, call the Randomize function on all found LightRandomizerTag's.
Declaration
protected override void OnIterationStart()