Field PredictedFixedStepSimulationTickRatio
Multiplier used to calculate the tick rate/frequency for the PredictedFixedStepSimulationSystemGroup. The group rate must be an integer multiple of the SimulationTickRate. Default value is 1, meaning that the PredictedFixedStepSimulationSystemGroup run at the same frequency of the prediction loop. The calculated frequency is 1.0/(SimulationTickRate*PredictedFixedStepSimulationTickRatio)
Namespace: Unity.NetCode
Assembly: solution.dll
Syntax
public int PredictedFixedStepSimulationTickRatio
Returns
Type | Description |
---|---|
int |