Class TransformRandomizer
This randomizer is used to facilitate the randomization of the position, rotation, and scale of GameObjects tagged with the TransformRandomizerTag.
Inherited Members
Namespace: UnityEngine.Perception.Randomization.Randomizers
Assembly: Unity.Perception.Runtime.dll
Syntax
[AddRandomizerMenu("Perception/RandomizerTags/Transform Randomizer")]
[MovedFrom("UnityEngine.Perception.Internal")]
public class TransformRandomizer : Randomizer
Methods
OnIterationStart()
At each iteration, randomize objects in the scene as per the specific configurations in their attached TransformRandomizerTag.
Declaration
protected override void OnIterationStart()