Struct GhostDeltaPredictor
Syntax
public struct GhostDeltaPredictor
Constructors
GhostDeltaPredictor(UInt32, UInt32, UInt32, UInt32)
Declaration
public GhostDeltaPredictor(uint tick, uint baseline0, uint baseline1, uint baseline2)
Parameters
Methods
PredictInt(Int32, Int32, Int32)
Declaration
public int PredictInt(int baseline0, int baseline1, int baseline2)
Parameters
Returns
PredictLong(Int64, Int64, Int64)
Declaration
public long PredictLong(long baseline0, long baseline1, long baseline2)
Parameters
Returns