Class FixedLengthScenario.Constants
Constants describing the execution of this scenario
Inherited Members
Namespace: UnityEngine.Perception.Randomization.Scenarios
Syntax
public class Constants : ScenarioConstants
Fields
framesPerIteration
The number of frames to render per iteration.
Declaration
public int framesPerIteration
Field Value
Type | Description |
---|---|
Int32 |
iterationCount
The number of iterations to run, starting at startIteration.
Declaration
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
public int startIteration
Field Value
Type | Description |
---|---|
Int32 |