Class ScenarioConstants
The base class for implementing custom scenario constants classes
Inherited Members
Namespace: UnityEngine.Perception.Randomization.Scenarios
Assembly: Unity.Perception.Runtime.dll
Syntax
[Serializable]
public class ScenarioConstants
Fields
randomSeed
The starting value initializing all random value sequences generated through Samplers, Parameters, and Randomizers attached to a Scenario
Declaration
[Tooltip("The starting value initializing all random value sequences generated through Samplers, Parameters, and Randomizers attached to a Scenario")]
public uint randomSeed
Field Value
Type | Description |
---|---|
uint |