Class USimConstants
A class encapsulating the scenario constants fields required for USim cloud execution
Inherited Members
Namespace: UnityEngine.Experimental.Perception.Randomization.Scenarios
Syntax
[Serializable]
public class USimConstants
Fields
instanceCount
The number of USim instances assigned to executed this scenario
Declaration
public int instanceCount
Field Value
Type | Description |
---|---|
Int32 |
instanceIndex
The USim instance index of the currently executing worker
Declaration
public int instanceIndex
Field Value
Type | Description |
---|---|
Int32 |
totalIterations
The total number of iterations to run a scenario for
Declaration
public int totalIterations
Field Value
Type | Description |
---|---|
Int32 |