Constructor GhostDeltaPredictor
GhostDeltaPredictor(NetworkTick, NetworkTick, NetworkTick, NetworkTick)
Construct the predictor using the last three recent baselines ticks. The ticks are used to calculate the relative weight that is applied to the baseline values.
Declaration
public GhostDeltaPredictor(NetworkTick tick, NetworkTick baseline0_tick, NetworkTick baseline1_tick, NetworkTick baseline2_tick)
Parameters
Type | Name | Description |
---|---|---|
NetworkTick | tick | the current server tick |
NetworkTick | baseline0_tick | |
NetworkTick | baseline1_tick | |
NetworkTick | baseline2_tick |