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