Class FixedLengthScenario.Constants
Constants describing the execution of this scenario
Inherited Members
Namespace: UnityEngine.Perception.Randomization.Scenarios
Syntax
[Serializable]
public class Constants : ScenarioConstants
Fields
framesPerIteration
The number of frames to render per iteration.
Declaration
[Tooltip("The number of frames to render per iteration.")]
public int framesPerIteration
Field Value
| Type | Description |
|---|---|
| Int32 |
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 |
|---|---|
| Int32 |
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 |
|---|---|
| Int32 |