WritePackedDouble(double, in StreamCompressionModel)
Writes a 8-byte floating point 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
WritePackedDouble(double, StreamCompressionModel)
public bool WritePackedDouble(double value, in StreamCompressionModel model)
Parameters
The 8-byte floating point value to write.
StreamCompressionModel model for writing value in a packed manner.
Returns
Type | Description |
|---|---|
| bool | Whether the write was successful |