Class FixedLengthScenario.Constants
Constants describing the execution of this scenario
Inherited Members
Namespace: UnityEngine.Perception.Randomization.Scenarios
Assembly: Unity.Perception.Runtime.dll
Syntax
[Serializable]
public class FixedLengthScenario.Constants : ScenarioConstants
Fields
iterationCount
The number of iterations to run, starting at startIteration.
Declaration
[Tooltip("The number of iterations to run.")]
public int iterationCount
Field Value
Type | Description |
---|---|
int |
startIteration
The index of the first iteration to execute. The random seed for the randomizers in an iteration are determined by the global randomSeed and the iteration index.
Declaration
[Tooltip("The index of the first iteration to execute.")]
public int startIteration
Field Value
Type | Description |
---|---|
int |