Class HueOffsetRandomizer
Randomly offsets the hue of objects tagged with a ColorRandomizerTag
Inherited Members
Namespace: UnityEngine.Experimental.Perception.Randomization.Randomizers.SampleRandomizers
Assembly: solution.dll
Syntax
[Serializable]
[AddRandomizerMenu("Perception/Hue Offset Randomizer")]
public class HueOffsetRandomizer : Randomizer
Fields
Name | Description |
---|---|
hueOffset | The range of hue offsets to assign to tagged objects |
Methods
Name | Description |
---|---|
OnIterationStart() | Randomizes the hue offset of tagged objects at the start of each scenario iteration |