Method WritePackedFixedString32Delta
WritePackedFixedString32Delta(FixedString32Bytes, FixedString32Bytes, NetworkCompressionModel)
Writes a FixedString32Bytes
delta value to the data stream using a NetworkCompressionModel.
Declaration
public bool WritePackedFixedString32Delta(FixedString32Bytes str, FixedString32Bytes baseline, NetworkCompressionModel model)
Parameters
Type | Name | Description |
---|---|---|
FixedString32Bytes | str | The current |
FixedString32Bytes | baseline | The previous |
NetworkCompressionModel | model | NetworkCompressionModel model for writing value in a packed manner. |
Returns
Type | Description |
---|---|
bool | Whether the write was successful |