Class TextureRandomizer
Randomizes the material texture of objects tagged with a TextureRandomizerTag
Inherited Members
Namespace: UnityEngine.Experimental.Perception.Randomization.Randomizers.SampleRandomizers
Assembly: solution.dll
Syntax
[Serializable]
[AddRandomizerMenu("Perception/Texture Randomizer")]
public class TextureRandomizer : Randomizer
Fields
Name | Description |
---|---|
texture | The list of textures to sample and apply to tagged objects |
Methods
Name | Description |
---|---|
OnIterationStart() | Randomizes the material texture of tagged objects at the start of each scenario iteration |