Class ColorRandomizer
Randomizes the material color of objects tagged with a ColorRandomizerTag
Inherited Members
Namespace: UnityEngine.Experimental.Perception.Randomization.Randomizers.SampleRandomizers
Assembly: solution.dll
Syntax
[Serializable]
[AddRandomizerMenu("Perception/Color Randomizer")]
public class ColorRandomizer : Randomizer
Fields
Name | Description |
---|---|
colorParameter | Describes the range of random colors to assign to tagged objects |
Methods
Name | Description |
---|---|
OnIterationStart() | Randomizes the colors of tagged objects at the start of each scenario iteration |