WriteFloat(float)
Writes a 4-byte floating point value to the data stream.
Read time 1 minuteLast updated 11 days ago
Definition
- Type: Method
- Namespace: Unity.Collections
- Assembly: UnityEngine.ManagedKernelModule
public bool WriteFloat(float value)
Parameters
The 4-byte floating point value to write.
Returns
Type | Description |
|---|---|
| bool | Whether the write was successful |