WritePackedIntDelta(int, int, in StreamCompressionModel)
Writes a delta 4-byte signed integer value to the data stream using a StreamCompressionModel.
Read time 1 minuteLast updated 12 days ago
Definition
- Type: Method
- Namespace: Unity.Collections
- Assembly: UnityEngine.ManagedKernelModule
WritePackedIntDelta(int, int, StreamCompressionModel)
public bool WritePackedIntDelta(int value, int baseline, in StreamCompressionModel model)
Parameters
The current 4-byte signed integer value.
The previous 4-byte signed integer value, used to compute the diff.
StreamCompressionModel model for writing value in a packed manner.
Returns
Type | Description |
|---|---|
| bool | Whether the write was successful |