Method ReadPackedFloatDelta
ReadPackedFloatDelta(float, NetworkCompressionModel)
Reads a 4-byte floating point value from the data stream.
If the first bit is 0, the data did not change and baseline
will be returned.
Declaration
public float ReadPackedFloatDelta(float baseline, NetworkCompressionModel model)
Parameters
Type | Name | Description |
---|---|---|
float | baseline | The previous 4-byte floating point value. |
NetworkCompressionModel | model | Not currently used. |
Returns
Type | Description |
---|---|
float | A 4-byte floating point value read from the current stream, or |