Class ScenarioConstants
The base class for implementing custom scenario constants classes
Namespace: UnityEngine.Perception.Randomization.Scenarios
Syntax
public class ScenarioConstants : object
Fields
randomSeed
The starting value initializing all random value sequences generated through Samplers, Parameters, and Randomizers attached to a Scenario
Declaration
public uint randomSeed
Field Value
Type | Description |
---|---|
UInt32 |