Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


ReadPackedFixedString64Delta(FixedString64Bytes, in StreamCompressionModel)

Reads a FixedString64Bytes delta value to the data stream using a StreamCompressionModel.
Read time 1 minuteLast updated 7 days ago

Definition

  • Type: Method
  • Namespace: Unity.Collections
  • Assembly: UnityEngine.ManagedKernelModule

ReadPackedFixedString64Delta(FixedString64Bytes, StreamCompressionModel)

public FixedString64Bytes ReadPackedFixedString64Delta(FixedString64Bytes baseline, in StreamCompressionModel model)

Parameters

The previous
FixedString64Bytes
value, used to compute the diff.

StreamCompressionModel model for writing value in a packed manner.

Returns

Type

Description

FixedString64BytesA
FixedString64Bytes
value read from the current stream, or 0 if the end of the stream has been reached.